Package version:

The Job.

Hierarchy

Properties

backupPointInTime?: Date

The time of the backup used for the failover.

deviceId?: string

The device id in which the job is currently running

downloadProgress?: UpdateDownloadProgress

The download progress.

endTime?: Date

The UTC time at which the job completed

entityId?: string

The entity identifier for which the job ran.

entityType?: string

The entity type for which the job ran.

The Error details.

id?: string

The identifier. NOTE: This property will not be serialized. It can only be populated by the server.

installProgress?: UpdateInstallProgress

The install progress.

isCancellable?: boolean

Represents whether the job is cancellable or not

jobStages?: JobStage[]

The job stages.

jobType?: JobType

Type of the job

name?: string

The name. NOTE: This property will not be serialized. It can only be populated by the server.

percentComplete: number

The percentage of the job that is already complete

sourceDeviceId?: string

The source device identifier of the failover job.

startTime?: Date

The UTC time at which the job was started

stats?: JobStats

stats properties for the job

status: JobStatus

Current status of the job

targetId?: string

Id of the object that is created by the job

targetType?: TargetType

The target type of the backup.

type?: string

The type. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc