CloudEndpointLastChangeEnumerationStatus Class

Definition

Cloud endpoint change enumeration status object

public class CloudEndpointLastChangeEnumerationStatus
type CloudEndpointLastChangeEnumerationStatus = class
Public Class CloudEndpointLastChangeEnumerationStatus
Inheritance
CloudEndpointLastChangeEnumerationStatus

Constructors

CloudEndpointLastChangeEnumerationStatus()

Initializes a new instance of the CloudEndpointLastChangeEnumerationStatus class.

CloudEndpointLastChangeEnumerationStatus(Nullable<DateTime>, Nullable<DateTime>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<DateTime>)

Initializes a new instance of the CloudEndpointLastChangeEnumerationStatus class.

Properties

CompletedTimestamp

Gets timestamp when change enumeration completed

NamespaceDirectoriesCount

Gets count of directories in the namespace

NamespaceFilesCount

Gets count of files in the namespace

NamespaceSizeBytes

Gets namespace size in bytes

NextRunTimestamp

Gets timestamp of when change enumeration is expected to run again

StartedTimestamp

Gets timestamp when change enumeration started

Methods

Validate()

Validate the object.

Applies to