CloudTieringSpaceSavings Class

Definition

Server endpoint cloud tiering status object.

public class CloudTieringSpaceSavings
type CloudTieringSpaceSavings = class
Public Class CloudTieringSpaceSavings
Inheritance
CloudTieringSpaceSavings

Constructors

CloudTieringSpaceSavings()

Initializes a new instance of the CloudTieringSpaceSavings class.

CloudTieringSpaceSavings(Nullable<DateTime>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int32>, Nullable<Int64>)

Initializes a new instance of the CloudTieringSpaceSavings class.

Properties

CachedSizeBytes

Gets cached content size on the server

LastUpdatedTimestamp

Gets last updated timestamp

SpaceSavingsBytes

Gets count of bytes saved on the server

SpaceSavingsPercent

Gets percentage of cached size over total size

TotalSizeCloudBytes

Gets total size of content in the azure file share

VolumeSizeBytes

Gets volume size

Methods

Validate()

Validate the object.

Applies to