Class RequestEntriesCommandResponse
- Namespace
- OpenQA.Selenium.DevTools.V147.CacheStorage
- Assembly
- Selenium.WebDriver.dll
Response for Requests data from cache.
public sealed class RequestEntriesCommandResponse : ICommandResponse<RequestEntriesCommandSettings>, ICommandResponse
- Inheritance
-
RequestEntriesCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
CacheDataEntries
Array of object store data entries.
[JsonPropertyName("cacheDataEntries")]
public DataEntry[] CacheDataEntries { get; set; }
Property Value
ReturnCount
Count of returned entries from this storage. If pathFilter is empty, it is the count of all entries from this storage.
[JsonPropertyName("returnCount")]
public double ReturnCount { get; set; }