CloudEndpointChangeEnumerationActivity interface

Cloud endpoint change enumeration activity object

Properties

deletesProgressPercent

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

lastUpdatedTimestamp

Last updated timestamp

minutesRemaining

Estimate of time remaining for the enumeration run

operationState

Change enumeration operation state

processedDirectoriesCount

Count of directories processed

processedFilesCount

Count of files processed

progressPercent

Progress percentage for change enumeration run, excluding processing of deletes

startedTimestamp

Timestamp when change enumeration started

statusCode

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

totalCountsState

Change enumeration total counts state

totalDirectoriesCount

Total count of directories enumerated

totalFilesCount

Total count of files enumerated

totalSizeBytes

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