Share via


CloudTieringCachePerformance Class

Definition

Server endpoint cloud tiering status object.

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

Properties

CacheHitBytes

Count of bytes that were served from the local server.

CacheHitBytesPercent

Percentage of total bytes (hit + miss) that were served from the local server.

CacheMissBytes

Count of bytes that were served from the cloud.

LastUpdatedOn

Last updated timestamp.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CloudTieringCachePerformance>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CloudTieringCachePerformance>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CloudTieringCachePerformance>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CloudTieringCachePerformance>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CloudTieringCachePerformance>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to