CloudEndpointChangeEnumerationActivity Class
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.
Cloud endpoint change enumeration activity object
public class CloudEndpointChangeEnumerationActivity
type CloudEndpointChangeEnumerationActivity = class
Public Class CloudEndpointChangeEnumerationActivity
- Inheritance
-
CloudEndpointChangeEnumerationActivity
Constructors
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. |
Properties
DeletesProgressPercent |
Gets progress percentage for processing deletes. This is done separately from the rest of the enumeration run |
LastUpdatedTimestamp |
Gets last updated timestamp |
MinutesRemaining |
Gets estimate of time remaining for the enumeration run |
OperationState |
Gets change enumeration operation state. Possible values include: 'InitialEnumerationInProgress', 'EnumerationInProgress' |
ProcessedDirectoriesCount |
Gets count of directories processed |
ProcessedFilesCount |
Gets count of files processed |
ProgressPercent |
Gets progress percentage for change enumeration run, excluding processing of deletes |
StartedTimestamp |
Gets timestamp when change enumeration started |
StatusCode |
Gets when non-zero, indicates an issue that is delaying change enumeration |
TotalCountsState |
Gets change enumeration total counts state. Possible values include: 'Calculating', 'Final' |
TotalDirectoriesCount |
Gets total count of directories enumerated |
TotalFilesCount |
Gets total count of files enumerated |
TotalSizeBytes |
Gets total enumerated size in bytes |
Methods
Validate() |
Validate the object. |