CloudTieringCachePerformance interface
Server endpoint cloud tiering status object.
Properties
| cache |
Count of bytes that were served from the local server |
| cache |
Percentage of total bytes (hit + miss) that were served from the local server |
| cache |
Count of bytes that were served from the cloud |
| last |
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