CloudEndpointChangeEnumerationActivityResponse

data class CloudEndpointChangeEnumerationActivityResponse(val deletesProgressPercent: Int, val lastUpdatedTimestamp: String, val minutesRemaining: Int, val operationState: String, val processedDirectoriesCount: Double, val processedFilesCount: Double, val progressPercent: Int, val startedTimestamp: String, val statusCode: Int, val totalCountsState: String, val totalDirectoriesCount: Double, val totalFilesCount: Double, val totalSizeBytes: Double)

Cloud endpoint change enumeration activity object

Constructors

constructor(deletesProgressPercent: Int, lastUpdatedTimestamp: String, minutesRemaining: Int, operationState: String, processedDirectoriesCount: Double, processedFilesCount: Double, progressPercent: Int, startedTimestamp: String, statusCode: Int, totalCountsState: String, totalDirectoriesCount: Double, totalFilesCount: Double, totalSizeBytes: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Last updated timestamp

Link copied to clipboard

Estimate of time remaining for the enumeration run

Link copied to clipboard

Change enumeration operation state

Link copied to clipboard

Count of directories processed

Link copied to clipboard

Count of files processed

Link copied to clipboard

Progress percentage for change enumeration run, excluding processing of deletes

Link copied to clipboard

Timestamp when change enumeration started

Link copied to clipboard

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

Link copied to clipboard

Change enumeration total counts state

Link copied to clipboard

Total count of directories enumerated

Link copied to clipboard

Total count of files enumerated

Link copied to clipboard

Total enumerated size in bytes