data class RequestEntriesResponse
Response type for the CacheStorageDomain.requestEntries command.
<init> |
Response type for the CacheStorageDomain.requestEntries command. RequestEntriesResponse(cacheDataEntries: List<DataEntry>, returnCount: Double) |
cacheDataEntries |
Array of object store data entries. val cacheDataEntries: List<DataEntry> |
returnCount |
Count of returned entries from this storage. If pathFilter is empty, it is the count of all entries from this storage. val returnCount: Double |