JobExtendedInfo interface
Extended Information about the job
Properties
additional |
Job's Additional Details |
backup |
State of the Backup Instance NOTE: This property will not be serialized. It can only be populated by the server. |
data |
Number of bytes transferred NOTE: This property will not be serialized. It can only be populated by the server. |
recovery |
Destination where restore is done NOTE: This property will not be serialized. It can only be populated by the server. |
source |
Details of the Source Recovery Point NOTE: This property will not be serialized. It can only be populated by the server. |
sub |
List of Sub Tasks of the job NOTE: This property will not be serialized. It can only be populated by the server. |
target |
Details of the Target Recovery Point NOTE: This property will not be serialized. It can only be populated by the server. |
warning |
A List, detailing the warnings related to the job NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
additionalDetails
Job's Additional Details
additionalDetails?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
backupInstanceState
State of the Backup Instance NOTE: This property will not be serialized. It can only be populated by the server.
backupInstanceState?: string
Property Value
string
dataTransferredInBytes
Number of bytes transferred NOTE: This property will not be serialized. It can only be populated by the server.
dataTransferredInBytes?: number
Property Value
number
recoveryDestination
Destination where restore is done NOTE: This property will not be serialized. It can only be populated by the server.
recoveryDestination?: string
Property Value
string
sourceRecoverPoint
Details of the Source Recovery Point NOTE: This property will not be serialized. It can only be populated by the server.
sourceRecoverPoint?: RestoreJobRecoveryPointDetails
Property Value
subTasks
List of Sub Tasks of the job NOTE: This property will not be serialized. It can only be populated by the server.
subTasks?: JobSubTask[]
Property Value
targetRecoverPoint
Details of the Target Recovery Point NOTE: This property will not be serialized. It can only be populated by the server.
targetRecoverPoint?: RestoreJobRecoveryPointDetails
Property Value
warningDetails
A List, detailing the warnings related to the job NOTE: This property will not be serialized. It can only be populated by the server.
warningDetails?: UserFacingWarningDetail[]