你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CloudTieringCachePerformance interface
服务器终结点云分层状态对象。
属性
cache |
从本地服务器提供的字节计数注意:此属性不会被序列化。 它只能由服务器填充。 |
cache |
从本地服务器提供的总字节 (命中率 + 未命中) 百分比注意:此属性不会被序列化。 它只能由服务器填充。 |
cache |
从云中提供的字节计数 注意:此属性不会被序列化。 它只能由服务器填充。 |
last |
上次更新的时间戳 注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
cacheHitBytes
从本地服务器提供的字节计数注意:此属性不会被序列化。 它只能由服务器填充。
cacheHitBytes?: number
属性值
number
cacheHitBytesPercent
从本地服务器提供的总字节 (命中率 + 未命中) 百分比注意:此属性不会被序列化。 它只能由服务器填充。
cacheHitBytesPercent?: number
属性值
number
cacheMissBytes
从云中提供的字节计数 注意:此属性不会被序列化。 它只能由服务器填充。
cacheMissBytes?: number
属性值
number
lastUpdatedTimestamp
上次更新的时间戳 注意:此属性不会序列化。 它只能由服务器填充。
lastUpdatedTimestamp?: Date
属性值
Date