RequestEntriesResponse

@Serializable
data class RequestEntriesResponse(val cacheDataEntries: List<DataEntry>, val returnCount: Double)

Response type for the CacheStorageDomain.requestEntries command.

Constructors

Link copied to clipboard
constructor(cacheDataEntries: List<DataEntry>, returnCount: Double)

Properties

Link copied to clipboard

Array of object store data entries.

Link copied to clipboard

Count of returned entries from this storage. If pathFilter is empty, it is the count of all entries from this storage.