Share via


JobExtendedInfo interface

Extended Information about the job

Properties

additionalDetails

Job's Additional Details

backupInstanceState

State of the Backup Instance

dataTransferredInBytes

Number of bytes transferred

recoveryDestination

Destination where restore is done

sourceRecoverPoint

Details of the Source Recovery Point

subTasks

List of Sub Tasks of the job

targetRecoverPoint

Details of the Target Recovery Point

warningDetails

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

List of Sub Tasks of the job

subTasks?: JobSubTask[]

Property Value

targetRecoverPoint

Details of the Target Recovery Point

targetRecoverPoint?: RestoreJobRecoveryPointDetails

Property Value

warningDetails

A List, detailing the warnings related to the job

warningDetails?: UserFacingWarningDetail[]

Property Value