Freigeben über


ArmStorageSyncModelFactory.CloudEndpointChangeEnumerationActivity Method

Definition

Initializes a new instance of CloudEndpointChangeEnumerationActivity.

public static Azure.ResourceManager.StorageSync.Models.CloudEndpointChangeEnumerationActivity CloudEndpointChangeEnumerationActivity (DateTimeOffset? lastUpdatedOn = default, Azure.ResourceManager.StorageSync.Models.CloudEndpointChangeEnumerationActivityState? operationState = default, int? statusCode = default, DateTimeOffset? startedOn = default, long? processedFilesCount = default, long? processedDirectoriesCount = default, long? totalFilesCount = default, long? totalDirectoriesCount = default, long? totalSizeInBytes = default, int? progressPercent = default, int? minutesRemaining = default, Azure.ResourceManager.StorageSync.Models.CloudEndpointChangeEnumerationTotalCountsState? totalCountsState = default, int? deletesProgressPercent = default);
static member CloudEndpointChangeEnumerationActivity : Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.StorageSync.Models.CloudEndpointChangeEnumerationActivityState> * Nullable<int> * Nullable<DateTimeOffset> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int> * Nullable<int> * Nullable<Azure.ResourceManager.StorageSync.Models.CloudEndpointChangeEnumerationTotalCountsState> * Nullable<int> -> Azure.ResourceManager.StorageSync.Models.CloudEndpointChangeEnumerationActivity
Public Shared Function CloudEndpointChangeEnumerationActivity (Optional lastUpdatedOn As Nullable(Of DateTimeOffset) = Nothing, Optional operationState As Nullable(Of CloudEndpointChangeEnumerationActivityState) = Nothing, Optional statusCode As Nullable(Of Integer) = Nothing, Optional startedOn As Nullable(Of DateTimeOffset) = 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 totalSizeInBytes As Nullable(Of Long) = Nothing, Optional progressPercent As Nullable(Of Integer) = Nothing, Optional minutesRemaining As Nullable(Of Integer) = Nothing, Optional totalCountsState As Nullable(Of CloudEndpointChangeEnumerationTotalCountsState) = Nothing, Optional deletesProgressPercent As Nullable(Of Integer) = Nothing) As CloudEndpointChangeEnumerationActivity

Parameters

lastUpdatedOn
Nullable<DateTimeOffset>

Last updated timestamp.

operationState
Nullable<CloudEndpointChangeEnumerationActivityState>

Change enumeration operation state.

statusCode
Nullable<Int32>

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

startedOn
Nullable<DateTimeOffset>

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.

totalSizeInBytes
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
Nullable<CloudEndpointChangeEnumerationTotalCountsState>

Change enumeration total counts state.

deletesProgressPercent
Nullable<Int32>

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

Returns

A new CloudEndpointChangeEnumerationActivity instance for mocking.

Applies to