CloudTieringSpaceSavingsResponse

data class CloudTieringSpaceSavingsResponse(val cachedSizeBytes: Double, val lastUpdatedTimestamp: String, val spaceSavingsBytes: Double, val spaceSavingsPercent: Int, val totalSizeCloudBytes: Double, val volumeSizeBytes: Double)

Server endpoint cloud tiering status object.

Constructors

Link copied to clipboard
constructor(cachedSizeBytes: Double, lastUpdatedTimestamp: String, spaceSavingsBytes: Double, spaceSavingsPercent: Int, totalSizeCloudBytes: Double, volumeSizeBytes: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Cached content size on the server

Link copied to clipboard

Last updated timestamp

Link copied to clipboard

Count of bytes saved on the server

Link copied to clipboard

Percentage of cached size over total size

Link copied to clipboard

Total size of content in the azure file share

Link copied to clipboard

Volume size