RequestEntriesReturn

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

Constructors

Link copied to clipboard
constructor(cacheDataEntries: List<CacheStorage.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.