Package version:

Interface JobTargetExecutionsListByStepOptionalParams

Optional parameters.

Hierarchy

  • unknown
    • JobTargetExecutionsListByStepOptionalParams

Properties

createTimeMax?: Date

If specified, only job executions created before the specified time are included.

createTimeMin?: Date

If specified, only job executions created at or after the specified time are included.

endTimeMax?: Date

If specified, only job executions completed before the specified time are included.

endTimeMin?: Date

If specified, only job executions completed at or after the specified time are included.

isActive?: boolean

If specified, only active or only completed job executions are included.

skip?: number

The number of elements in the collection to skip.

top?: number

The number of elements to return from the collection.

Generated using TypeDoc