IHubJobRecordRequestOptions

Interface

Request options for fetching job records

Properties

Property Type Notes
context IArcGISContext

Context object from consuming application

from Optional string

ISO Date string indicating the start date for the search

limit Optional number

Total number of records to return

statuses Optional JobRecordStatus[]

Job statuses to be included in the results

to Optional string

ISO Date string indicating the end date of the search

types Optional JobRecordType[]

Job types to be included in the results


Interface defined in common/src/content/types.ts:61