Sdílet prostřednictvím


CloudEndpointLastChangeEnumerationStatus Class

Definition

Cloud endpoint change enumeration status object.

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

Properties

CompletedOn

Timestamp when change enumeration completed.

NamespaceDirectoriesCount

Count of directories in the namespace.

NamespaceFilesCount

Count of files in the namespace.

NamespaceSizeInBytes

Namespace size in bytes.

NextRunTimestamp

Timestamp of when change enumeration is expected to run again.

StartedOn

Timestamp when change enumeration started.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CloudEndpointLastChangeEnumerationStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CloudEndpointLastChangeEnumerationStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CloudEndpointLastChangeEnumerationStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CloudEndpointLastChangeEnumerationStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CloudEndpointLastChangeEnumerationStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to