JobExtendedInfo interface
Extended Information about the job
Properties
| additional |
Job's Additional Details |
| backup |
State of the Backup Instance |
| data |
Number of bytes transferred |
| recovery |
Destination where restore is done |
| source |
Details of the Source Recovery Point |
| sub |
List of Sub Tasks of the job |
| target |
Details of the Target Recovery Point |
| warning |
A List, detailing the warnings related to the job |
Property Details
additionalDetails
Job's Additional Details
additionalDetails?: Record<string, string>
Property Value
Record<string, string>
backupInstanceState
State of the Backup Instance
backupInstanceState?: string
Property Value
string
dataTransferredInBytes
Number of bytes transferred
dataTransferredInBytes?: number
Property Value
number
recoveryDestination
Destination where restore is done
recoveryDestination?: string
Property Value
string
sourceRecoverPoint
Details of the Source Recovery Point
sourceRecoverPoint?: RestoreJobRecoveryPointDetails
Property Value
subTasks
targetRecoverPoint
Details of the Target Recovery Point
targetRecoverPoint?: RestoreJobRecoveryPointDetails
Property Value
warningDetails
A List, detailing the warnings related to the job
warningDetails?: UserFacingWarningDetail[]