AmlFilesystemArchiveStatus interface
The status of the archive
Properties
error |
Server-defined error code for the archive operation NOTE: This property will not be serialized. It can only be populated by the server. |
error |
Server-defined error message for the archive operation NOTE: This property will not be serialized. It can only be populated by the server. |
last |
The time of the last completed archive operation NOTE: This property will not be serialized. It can only be populated by the server. |
last |
The time the latest archive operation started NOTE: This property will not be serialized. It can only be populated by the server. |
percent |
The completion percentage of the archive operation NOTE: This property will not be serialized. It can only be populated by the server. |
state | The state of the archive operation NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
errorCode
Server-defined error code for the archive operation NOTE: This property will not be serialized. It can only be populated by the server.
errorCode?: string
Property Value
string
errorMessage
Server-defined error message for the archive operation NOTE: This property will not be serialized. It can only be populated by the server.
errorMessage?: string
Property Value
string
lastCompletionTime
The time of the last completed archive operation NOTE: This property will not be serialized. It can only be populated by the server.
lastCompletionTime?: Date
Property Value
Date
lastStartedTime
The time the latest archive operation started NOTE: This property will not be serialized. It can only be populated by the server.
lastStartedTime?: Date
Property Value
Date
percentComplete
The completion percentage of the archive operation NOTE: This property will not be serialized. It can only be populated by the server.
percentComplete?: number
Property Value
number
state
The state of the archive operation NOTE: This property will not be serialized. It can only be populated by the server.
state?: string
Property Value
string