LtrBackupResponse interface
Response for the LTR backup API call
Properties
backup |
Metadata to be stored in RP. Store everything that will be required to perform a successful restore using this Recovery point. e.g. Versions, DataFormat etc |
backup |
Name of Backup operation |
datasource |
Size of datasource in bytes |
data |
Data transferred in bytes |
end |
End time of the operation. |
error |
The error code. NOTE: This property will not be serialized. It can only be populated by the server. |
error |
The error message. NOTE: This property will not be serialized. It can only be populated by the server. |
percent |
PercentageCompleted |
start |
Start time of the operation. |
status | Service-set extensible enum indicating the status of operation |
Property Details
backupMetadata
Metadata to be stored in RP. Store everything that will be required to perform a successful restore using this Recovery point. e.g. Versions, DataFormat etc
backupMetadata?: string
Property Value
string
backupName
Name of Backup operation
backupName?: string
Property Value
string
datasourceSizeInBytes
Size of datasource in bytes
datasourceSizeInBytes?: number
Property Value
number
dataTransferredInBytes
Data transferred in bytes
dataTransferredInBytes?: number
Property Value
number
endTime
End time of the operation.
endTime?: Date
Property Value
Date
errorCode
The error code. NOTE: This property will not be serialized. It can only be populated by the server.
errorCode?: string
Property Value
string
errorMessage
The error message. NOTE: This property will not be serialized. It can only be populated by the server.
errorMessage?: string
Property Value
string
percentComplete
PercentageCompleted
percentComplete?: number
Property Value
number
startTime
Start time of the operation.
startTime?: Date
Property Value
Date
status
Service-set extensible enum indicating the status of operation
status?: string
Property Value
string