Share via


CloudTieringSpaceSavings Class

Definition

Server endpoint cloud tiering status object.

public class CloudTieringSpaceSavings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StorageSync.Models.CloudTieringSpaceSavings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StorageSync.Models.CloudTieringSpaceSavings>
public class CloudTieringSpaceSavings
type CloudTieringSpaceSavings = class
    interface IJsonModel<CloudTieringSpaceSavings>
    interface IPersistableModel<CloudTieringSpaceSavings>
type CloudTieringSpaceSavings = class
Public Class CloudTieringSpaceSavings
Implements IJsonModel(Of CloudTieringSpaceSavings), IPersistableModel(Of CloudTieringSpaceSavings)
Public Class CloudTieringSpaceSavings
Inheritance
CloudTieringSpaceSavings
Implements

Properties

CachedSizeInBytes

Cached content size on the server.

CloudTotalSizeInBytes

Total size of content in the azure file share.

LastUpdatedOn

Last updated timestamp.

SpaceSavingsInBytes

Count of bytes saved on the server.

SpaceSavingsPercent

Percentage of cached size over total size.

VolumeSizeInBytes

Volume size.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CloudTieringSpaceSavings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<CloudTieringSpaceSavings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CloudTieringSpaceSavings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CloudTieringSpaceSavings>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<CloudTieringSpaceSavings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to