CloudEndpointLastChangeEnumerationStatus Constructors

Definition

Overloads

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.

CloudEndpointLastChangeEnumerationStatus()

Initializes a new instance of the CloudEndpointLastChangeEnumerationStatus class.

public CloudEndpointLastChangeEnumerationStatus ();
Public Sub New ()

Applies to

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

Initializes a new instance of the CloudEndpointLastChangeEnumerationStatus class.

public CloudEndpointLastChangeEnumerationStatus (DateTime? startedTimestamp = default, DateTime? completedTimestamp = default, long? namespaceFilesCount = default, long? namespaceDirectoriesCount = default, long? namespaceSizeBytes = default, DateTime? nextRunTimestamp = default);
new Microsoft.Azure.Management.StorageSync.Models.CloudEndpointLastChangeEnumerationStatus : Nullable<DateTime> * Nullable<DateTime> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<DateTime> -> Microsoft.Azure.Management.StorageSync.Models.CloudEndpointLastChangeEnumerationStatus
Public Sub New (Optional startedTimestamp As Nullable(Of DateTime) = Nothing, Optional completedTimestamp As Nullable(Of DateTime) = Nothing, Optional namespaceFilesCount As Nullable(Of Long) = Nothing, Optional namespaceDirectoriesCount As Nullable(Of Long) = Nothing, Optional namespaceSizeBytes As Nullable(Of Long) = Nothing, Optional nextRunTimestamp As Nullable(Of DateTime) = Nothing)

Parameters

startedTimestamp
Nullable<DateTime>

Timestamp when change enumeration started

completedTimestamp
Nullable<DateTime>

Timestamp when change enumeration completed

namespaceFilesCount
Nullable<Int64>

Count of files in the namespace

namespaceDirectoriesCount
Nullable<Int64>

Count of directories in the namespace

namespaceSizeBytes
Nullable<Int64>

Namespace size in bytes

nextRunTimestamp
Nullable<DateTime>

Timestamp of when change enumeration is expected to run again

Applies to