Delen via


CloudEndpointChangeEnumerationActivity Constructors

Definition

Overloads

CloudEndpointChangeEnumerationActivity()

Initializes a new instance of the CloudEndpointChangeEnumerationActivity class.

CloudEndpointChangeEnumerationActivity(Nullable<DateTime>, String, Nullable<Int32>, Nullable<DateTime>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int32>, Nullable<Int32>, String, Nullable<Int32>)

Initializes a new instance of the CloudEndpointChangeEnumerationActivity class.

CloudEndpointChangeEnumerationActivity()

Initializes a new instance of the CloudEndpointChangeEnumerationActivity class.

public CloudEndpointChangeEnumerationActivity ();
Public Sub New ()

Applies to

CloudEndpointChangeEnumerationActivity(Nullable<DateTime>, String, Nullable<Int32>, Nullable<DateTime>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int32>, Nullable<Int32>, String, Nullable<Int32>)

Initializes a new instance of the CloudEndpointChangeEnumerationActivity class.

public CloudEndpointChangeEnumerationActivity (DateTime? lastUpdatedTimestamp = default, string operationState = default, int? statusCode = default, DateTime? startedTimestamp = default, long? processedFilesCount = default, long? processedDirectoriesCount = default, long? totalFilesCount = default, long? totalDirectoriesCount = default, long? totalSizeBytes = default, int? progressPercent = default, int? minutesRemaining = default, string totalCountsState = default, int? deletesProgressPercent = default);
new Microsoft.Azure.Management.StorageSync.Models.CloudEndpointChangeEnumerationActivity : Nullable<DateTime> * string * Nullable<int> * Nullable<DateTime> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int> * Nullable<int> * string * Nullable<int> -> Microsoft.Azure.Management.StorageSync.Models.CloudEndpointChangeEnumerationActivity
Public Sub New (Optional lastUpdatedTimestamp As Nullable(Of DateTime) = Nothing, Optional operationState As String = Nothing, Optional statusCode As Nullable(Of Integer) = Nothing, Optional startedTimestamp As Nullable(Of DateTime) = Nothing, Optional processedFilesCount As Nullable(Of Long) = Nothing, Optional processedDirectoriesCount As Nullable(Of Long) = Nothing, Optional totalFilesCount As Nullable(Of Long) = Nothing, Optional totalDirectoriesCount As Nullable(Of Long) = Nothing, Optional totalSizeBytes As Nullable(Of Long) = Nothing, Optional progressPercent As Nullable(Of Integer) = Nothing, Optional minutesRemaining As Nullable(Of Integer) = Nothing, Optional totalCountsState As String = Nothing, Optional deletesProgressPercent As Nullable(Of Integer) = Nothing)

Parameters

lastUpdatedTimestamp
Nullable<DateTime>

Last updated timestamp

operationState
String

Change enumeration operation state. Possible values include: 'InitialEnumerationInProgress', 'EnumerationInProgress'

statusCode
Nullable<Int32>

When non-zero, indicates an issue that is delaying change enumeration

startedTimestamp
Nullable<DateTime>

Timestamp when change enumeration started

processedFilesCount
Nullable<Int64>

Count of files processed

processedDirectoriesCount
Nullable<Int64>

Count of directories processed

totalFilesCount
Nullable<Int64>

Total count of files enumerated

totalDirectoriesCount
Nullable<Int64>

Total count of directories enumerated

totalSizeBytes
Nullable<Int64>

Total enumerated size in bytes

progressPercent
Nullable<Int32>

Progress percentage for change enumeration run, excluding processing of deletes

minutesRemaining
Nullable<Int32>

Estimate of time remaining for the enumeration run

totalCountsState
String

Change enumeration total counts state. Possible values include: 'Calculating', 'Final'

deletesProgressPercent
Nullable<Int32>

Progress percentage for processing deletes. This is done separately from the rest of the enumeration run

Applies to