OperationStatusJobsExtendedInfo interface
Operation status extended info for list of jobs.
- Extends
Properties
failed |
Stores all the failed jobs along with the corresponding error codes. |
job |
IDs of the jobs created for the protected item. |
object |
Polymorphic discriminator, which specifies the different types this object can be |
Property Details
failedJobsError
Stores all the failed jobs along with the corresponding error codes.
failedJobsError?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
jobIds
IDs of the jobs created for the protected item.
jobIds?: string[]
Property Value
string[]
objectType
Polymorphic discriminator, which specifies the different types this object can be
objectType: "OperationStatusJobsExtendedInfo"
Property Value
"OperationStatusJobsExtendedInfo"