CloudEndpointLastChangeEnumerationStatus interface
Cloud endpoint change enumeration status object
Properties
| completed |
Timestamp when change enumeration completed |
| namespace |
Count of directories in the namespace |
| namespace |
Count of files in the namespace |
| namespace |
Namespace size in bytes |
| next |
Timestamp of when change enumeration is expected to run again |
| started |
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