JobQueryObject interface
Filters to list the jobs.
Properties
| backup |
Type of backup management for the job. |
| end |
Job has ended at this time. Value is in UTC. |
| job |
JobID represents the job uniquely. |
| operation | Type of operation. |
| start |
Job has started at this time. Value is in UTC. |
| status | Status of the job. |
Property Details
backupManagementType
Type of backup management for the job.
backupManagementType?: string
Property Value
string
endTime
Job has ended at this time. Value is in UTC.
endTime?: Date
Property Value
Date
jobId
JobID represents the job uniquely.
jobId?: string
Property Value
string
operation
Type of operation.
operation?: string
Property Value
string
startTime
Job has started at this time. Value is in UTC.
startTime?: Date
Property Value
Date
status
Status of the job.
status?: string
Property Value
string