CloudEndpointChangeEnumerationActivity Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- operationState
- String
Change enumeration operation state. Possible values include: 'InitialEnumerationInProgress', 'EnumerationInProgress'
Progress percentage for change enumeration run, excluding processing of deletes
- totalCountsState
- String
Change enumeration total counts state. Possible values include: 'Calculating', 'Final'
Progress percentage for processing deletes. This is done separately from the rest of the enumeration run