CloudTieringCachePerformance interface

Server endpoint cloud tiering status object.

Properties

cacheHitBytes

Count of bytes that were served from the local server NOTE: This property will not be serialized. It can only be populated by the server.

cacheHitBytesPercent

Percentage of total bytes (hit + miss) that were served from the local server NOTE: This property will not be serialized. It can only be populated by the server.

cacheMissBytes

Count of bytes that were served from the cloud NOTE: This property will not be serialized. It can only be populated by the server.

lastUpdatedTimestamp

Last updated timestamp NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

cacheHitBytes

Count of bytes that were served from the local server NOTE: This property will not be serialized. It can only be populated by the server.

cacheHitBytes?: number

Property Value

number

cacheHitBytesPercent

Percentage of total bytes (hit + miss) that were served from the local server NOTE: This property will not be serialized. It can only be populated by the server.

cacheHitBytesPercent?: number

Property Value

number

cacheMissBytes

Count of bytes that were served from the cloud NOTE: This property will not be serialized. It can only be populated by the server.

cacheMissBytes?: number

Property Value

number

lastUpdatedTimestamp

Last updated timestamp NOTE: This property will not be serialized. It can only be populated by the server.

lastUpdatedTimestamp?: Date

Property Value

Date