CloudTieringCachePerformanceResponse

data class CloudTieringCachePerformanceResponse(val cacheHitBytes: Double, val cacheHitBytesPercent: Int, val cacheMissBytes: Double, val lastUpdatedTimestamp: String)

Server endpoint cloud tiering status object.

Constructors

Link copied to clipboard
constructor(cacheHitBytes: Double, cacheHitBytesPercent: Int, cacheMissBytes: Double, lastUpdatedTimestamp: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Count of bytes that were served from the local server

Link copied to clipboard

Percentage of total bytes (hit + miss) that were served from the local server

Link copied to clipboard

Count of bytes that were served from the cloud

Link copied to clipboard

Last updated timestamp