IHubJobRecordRequestOptions
Request options for fetching job records
Properties
Property | Type | Notes |
---|---|---|
IArcGISContext |
Context object from consuming application |
|
Optional | string |
ISO Date string indicating the start date for the search |
Optional | number |
Total number of records to return |
Optional | JobRecordStatus[] |
Job statuses to be included in the results |
Optional | string |
ISO Date string indicating the end date of the search |
Optional | JobRecordType[] |
Job types to be included in the results |
Interface defined in common/src/content/types.ts:61