CloudEndpointLastChangeEnumerationStatus interface

Cloud endpoint change enumeration status object

Properties

completedTimestamp

Timestamp when change enumeration completed

namespaceDirectoriesCount

Count of directories in the namespace

namespaceFilesCount

Count of files in the namespace

namespaceSizeBytes

Namespace size in bytes

nextRunTimestamp

Timestamp of when change enumeration is expected to run again

startedTimestamp

Timestamp when change enumeration started

Property Details

completedTimestamp

Timestamp when change enumeration completed

completedTimestamp?: Date

Property Value

Date

namespaceDirectoriesCount

Count of directories in the namespace

namespaceDirectoriesCount?: number

Property Value

number

namespaceFilesCount

Count of files in the namespace

namespaceFilesCount?: number

Property Value

number

namespaceSizeBytes

Namespace size in bytes

namespaceSizeBytes?: number

Property Value

number

nextRunTimestamp

Timestamp of when change enumeration is expected to run again

nextRunTimestamp?: Date

Property Value

Date

startedTimestamp

Timestamp when change enumeration started

startedTimestamp?: Date

Property Value

Date