OperationStatusJobsExtendedInfo interface

Operation status extended info for list of jobs.

Extends

Properties

failedJobsError

Stores all the failed jobs along with the corresponding error codes.

jobIds

IDs of the jobs created for the protected item.

objectType

This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types.

Property Details

failedJobsError

Stores all the failed jobs along with the corresponding error codes.

failedJobsError?: Record<string, string>

Property Value

Record<string, string>

jobIds

IDs of the jobs created for the protected item.

jobIds?: string[]

Property Value

string[]

objectType

This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types.

objectType: "OperationStatusJobsExtendedInfo"

Property Value

"OperationStatusJobsExtendedInfo"