AmlFilesystemArchiveStatus interface
The status of the archive
Properties
| error |
Server-defined error code for the archive operation |
| error |
Server-defined error message for the archive operation |
| last |
The time of the last completed archive operation |
| last |
The time the latest archive operation started |
| percent |
The completion percentage of the archive operation |
| state | The state of the archive operation |
Property Details
errorCode
Server-defined error code for the archive operation
errorCode?: string
Property Value
string
errorMessage
Server-defined error message for the archive operation
errorMessage?: string
Property Value
string
lastCompletionTime
The time of the last completed archive operation
lastCompletionTime?: Date
Property Value
Date
lastStartedTime
The time the latest archive operation started
lastStartedTime?: Date
Property Value
Date
percentComplete
The completion percentage of the archive operation
percentComplete?: number
Property Value
number
state
The state of the archive operation
state?: string
Property Value
string