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 |
| last |
Last updated timestamp |
| minutes |
Estimate of time remaining for the enumeration run |
| operation |
Change enumeration operation state |
| processed |
Count of directories processed |
| processed |
Count of files processed |
| progress |
Progress percentage for change enumeration run, excluding processing of deletes |
| started |
Timestamp when change enumeration started |
| status |
When non-zero, indicates an issue that is delaying change enumeration |
| total |
Change enumeration total counts state |
| total |
Total count of directories enumerated |
| total |
Total count of files enumerated |
| total |
Total enumerated size in bytes |
Property Details
deletesProgressPercent
Progress percentage for processing deletes. This is done separately from the rest of the enumeration run
deletesProgressPercent?: number
Property Value
number
lastUpdatedTimestamp
Last updated timestamp
lastUpdatedTimestamp?: Date
Property Value
Date
minutesRemaining
Estimate of time remaining for the enumeration run
minutesRemaining?: number
Property Value
number
operationState
Change enumeration operation state
operationState?: string
Property Value
string
processedDirectoriesCount
Count of directories processed
processedDirectoriesCount?: number
Property Value
number
processedFilesCount
Count of files processed
processedFilesCount?: number
Property Value
number
progressPercent
Progress percentage for change enumeration run, excluding processing of deletes
progressPercent?: number
Property Value
number
startedTimestamp
Timestamp when change enumeration started
startedTimestamp?: Date
Property Value
Date
statusCode
When non-zero, indicates an issue that is delaying change enumeration
statusCode?: number
Property Value
number
totalCountsState
Change enumeration total counts state
totalCountsState?: string
Property Value
string
totalDirectoriesCount
Total count of directories enumerated
totalDirectoriesCount?: number
Property Value
number
totalFilesCount
Total count of files enumerated
totalFilesCount?: number
Property Value
number
totalSizeBytes
Total enumerated size in bytes
totalSizeBytes?: number
Property Value
number