JobTargetExecutionsListByJobExecutionOptionalParams interface
Optional parameters.
- Extends
Properties
create |
If specified, only job executions created before the specified time are included. |
create |
If specified, only job executions created at or after the specified time are included. |
end |
If specified, only job executions completed before the specified time are included. |
end |
If specified, only job executions completed at or after the specified time are included. |
is |
If specified, only active or only completed job executions are included. |
skip | The number of elements in the collection to skip. |
top | The number of elements to return from the collection. |
Inherited Properties
abort |
The signal which can be used to abort requests. |
on |
A function to be called each time a response is received from the server while performing the requested operation. May be called multiple times. |
request |
Options used when creating and sending HTTP requests for this operation. |
serializer |
Options to override serialization/de-serialization behavior. |
tracing |
Options used when tracing is enabled. |
Property Details
createTimeMax
If specified, only job executions created before the specified time are included.
createTimeMax?: Date
Property Value
Date
createTimeMin
If specified, only job executions created at or after the specified time are included.
createTimeMin?: Date
Property Value
Date
endTimeMax
If specified, only job executions completed before the specified time are included.
endTimeMax?: Date
Property Value
Date
endTimeMin
If specified, only job executions completed at or after the specified time are included.
endTimeMin?: Date
Property Value
Date
isActive
If specified, only active or only completed job executions are included.
isActive?: boolean
Property Value
boolean
skip
The number of elements in the collection to skip.
skip?: number
Property Value
number
top
The number of elements to return from the collection.
top?: number
Property Value
number
Inherited Property Details
abortSignal
The signal which can be used to abort requests.
abortSignal?: AbortSignalLike
Property Value
Inherited From coreClient.OperationOptions.abortSignal
onResponse
A function to be called each time a response is received from the server while performing the requested operation. May be called multiple times.
onResponse?: RawResponseCallback
Property Value
Inherited From coreClient.OperationOptions.onResponse
requestOptions
Options used when creating and sending HTTP requests for this operation.
requestOptions?: OperationRequestOptions
Property Value
Inherited From coreClient.OperationOptions.requestOptions
serializerOptions
Options to override serialization/de-serialization behavior.
serializerOptions?: SerializerOptions
Property Value
Inherited From coreClient.OperationOptions.serializerOptions
tracingOptions
Options used when tracing is enabled.
tracingOptions?: OperationTracingOptions
Property Value
Inherited From coreClient.OperationOptions.tracingOptions