CloudTieringSpaceSavings interface
Server endpoint cloud tiering status object.
Properties
| cached |
Cached content size on the server |
| last |
Last updated timestamp |
| space |
Count of bytes saved on the server |
| space |
Percentage of cached size over total size |
| total |
Total size of content in the azure file share |
| volume |
Volume size |
Property Details
cachedSizeBytes
Cached content size on the server
cachedSizeBytes?: number
Property Value
number
lastUpdatedTimestamp
Last updated timestamp
lastUpdatedTimestamp?: Date
Property Value
Date
spaceSavingsBytes
Count of bytes saved on the server
spaceSavingsBytes?: number
Property Value
number
spaceSavingsPercent
Percentage of cached size over total size
spaceSavingsPercent?: number
Property Value
number
totalSizeCloudBytes
Total size of content in the azure file share
totalSizeCloudBytes?: number
Property Value
number
volumeSizeBytes
Volume size
volumeSizeBytes?: number
Property Value
number