CloudTieringCachePerformance interface

Server endpoint cloud tiering status object.

Properties

cacheHitBytes

Count of bytes that were served from the local server

cacheHitBytesPercent

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

cacheMissBytes

Count of bytes that were served from the cloud

lastUpdatedTimestamp

Last updated timestamp

Property Details

cacheHitBytes

Count of bytes that were served from the local server

cacheHitBytes?: number

Property Value

number

cacheHitBytesPercent

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

cacheHitBytesPercent?: number

Property Value

number

cacheMissBytes

Count of bytes that were served from the cloud

cacheMissBytes?: number

Property Value

number

lastUpdatedTimestamp

Last updated timestamp

lastUpdatedTimestamp?: Date

Property Value

Date