JobQueryParameter interface
Query parameter to enumerate jobs.
Properties
| affected |
The type of objects. |
| end |
Date time to get jobs upto. |
| fabric |
The Id of the fabric to search jobs under. |
| job |
The job Name. |
| job |
The output type of the jobs. |
| job |
The states of the job to be filtered can be in. |
| start |
Date time to get jobs from. |
| timezone |
The timezone offset for the location of the request (in minutes). |
Property Details
affectedObjectTypes
The type of objects.
affectedObjectTypes?: string
Property Value
string
endTime
Date time to get jobs upto.
endTime?: string
Property Value
string
fabricId
The Id of the fabric to search jobs under.
fabricId?: string
Property Value
string
jobName
The job Name.
jobName?: string
Property Value
string
jobOutputType
The output type of the jobs.
jobOutputType?: string
Property Value
string
jobStatus
The states of the job to be filtered can be in.
jobStatus?: string
Property Value
string
startTime
Date time to get jobs from.
startTime?: string
Property Value
string
timezoneOffset
The timezone offset for the location of the request (in minutes).
timezoneOffset?: number
Property Value
number