CloudEndpointChangeEnumerationActivity interface
Cloud endpoint change enumeration activity object
Properties
deletes |
Progress percentage for processing deletes. This is done separately from the rest of the enumeration run NOTE: This property will not be serialized. It can only be populated by the server. |
last |
Last updated timestamp NOTE: This property will not be serialized. It can only be populated by the server. |
minutes |
Estimate of time remaining for the enumeration run NOTE: This property will not be serialized. It can only be populated by the server. |
operation |
Change enumeration operation state NOTE: This property will not be serialized. It can only be populated by the server. |
processed |
Count of directories processed NOTE: This property will not be serialized. It can only be populated by the server. |
processed |
Count of files processed NOTE: This property will not be serialized. It can only be populated by the server. |
progress |
Progress percentage for change enumeration run, excluding processing of deletes NOTE: This property will not be serialized. It can only be populated by the server. |
started |
Timestamp when change enumeration started NOTE: This property will not be serialized. It can only be populated by the server. |
status |
When non-zero, indicates an issue that is delaying change enumeration NOTE: This property will not be serialized. It can only be populated by the server. |
total |
Change enumeration total counts state NOTE: This property will not be serialized. It can only be populated by the server. |
total |
Total count of directories enumerated NOTE: This property will not be serialized. It can only be populated by the server. |
total |
Total count of files enumerated NOTE: This property will not be serialized. It can only be populated by the server. |
total |
Total enumerated size in bytes NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
deletesProgressPercent
Progress percentage for processing deletes. This is done separately from the rest of the enumeration run NOTE: This property will not be serialized. It can only be populated by the server.
deletesProgressPercent?: number
Property Value
number
lastUpdatedTimestamp
Last updated timestamp NOTE: This property will not be serialized. It can only be populated by the server.
lastUpdatedTimestamp?: Date
Property Value
Date
minutesRemaining
Estimate of time remaining for the enumeration run NOTE: This property will not be serialized. It can only be populated by the server.
minutesRemaining?: number
Property Value
number
operationState
Change enumeration operation state NOTE: This property will not be serialized. It can only be populated by the server.
operationState?: string
Property Value
string
processedDirectoriesCount
Count of directories processed NOTE: This property will not be serialized. It can only be populated by the server.
processedDirectoriesCount?: number
Property Value
number
processedFilesCount
Count of files processed NOTE: This property will not be serialized. It can only be populated by the server.
processedFilesCount?: number
Property Value
number
progressPercent
Progress percentage for change enumeration run, excluding processing of deletes NOTE: This property will not be serialized. It can only be populated by the server.
progressPercent?: number
Property Value
number
startedTimestamp
Timestamp when change enumeration started NOTE: This property will not be serialized. It can only be populated by the server.
startedTimestamp?: Date
Property Value
Date
statusCode
When non-zero, indicates an issue that is delaying change enumeration NOTE: This property will not be serialized. It can only be populated by the server.
statusCode?: number
Property Value
number
totalCountsState
Change enumeration total counts state NOTE: This property will not be serialized. It can only be populated by the server.
totalCountsState?: string
Property Value
string
totalDirectoriesCount
Total count of directories enumerated NOTE: This property will not be serialized. It can only be populated by the server.
totalDirectoriesCount?: number
Property Value
number
totalFilesCount
Total count of files enumerated NOTE: This property will not be serialized. It can only be populated by the server.
totalFilesCount?: number
Property Value
number
totalSizeBytes
Total enumerated size in bytes NOTE: This property will not be serialized. It can only be populated by the server.
totalSizeBytes?: number
Property Value
number