CloudEndpointLastChangeEnumerationStatus interface
Cloud endpoint change enumeration status object
Properties
completed |
Timestamp when change enumeration completed NOTE: This property will not be serialized. It can only be populated by the server. |
namespace |
Count of directories in the namespace NOTE: This property will not be serialized. It can only be populated by the server. |
namespace |
Count of files in the namespace NOTE: This property will not be serialized. It can only be populated by the server. |
namespace |
Namespace size in bytes NOTE: This property will not be serialized. It can only be populated by the server. |
next |
Timestamp of when change enumeration is expected to run again NOTE: This property will not be serialized. It can only be populated by the server. |
started |
Timestamp when change enumeration started NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
completedTimestamp
Timestamp when change enumeration completed NOTE: This property will not be serialized. It can only be populated by the server.
completedTimestamp?: Date
Property Value
Date
namespaceDirectoriesCount
Count of directories in the namespace NOTE: This property will not be serialized. It can only be populated by the server.
namespaceDirectoriesCount?: number
Property Value
number
namespaceFilesCount
Count of files in the namespace NOTE: This property will not be serialized. It can only be populated by the server.
namespaceFilesCount?: number
Property Value
number
namespaceSizeBytes
Namespace size in bytes NOTE: This property will not be serialized. It can only be populated by the server.
namespaceSizeBytes?: number
Property Value
number
nextRunTimestamp
Timestamp of when change enumeration is expected to run again NOTE: This property will not be serialized. It can only be populated by the server.
nextRunTimestamp?: Date
Property Value
Date
startedTimestamp
Timestamp when change enumeration started NOTE: This property will not be serialized. It can only be populated by the server.
startedTimestamp?: Date
Property Value
Date