CloudEndpointLastChangeEnumerationStatusResponse

data class CloudEndpointLastChangeEnumerationStatusResponse(val completedTimestamp: String, val namespaceDirectoriesCount: Double, val namespaceFilesCount: Double, val namespaceSizeBytes: Double, val nextRunTimestamp: String, val startedTimestamp: String)

Cloud endpoint change enumeration status object

Constructors

constructor(completedTimestamp: String, namespaceDirectoriesCount: Double, namespaceFilesCount: Double, namespaceSizeBytes: Double, nextRunTimestamp: String, startedTimestamp: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Timestamp when change enumeration completed

Link copied to clipboard

Count of directories in the namespace

Link copied to clipboard

Count of files in the namespace

Link copied to clipboard

Namespace size in bytes

Link copied to clipboard

Timestamp of when change enumeration is expected to run again

Link copied to clipboard

Timestamp when change enumeration started