Interface
Options for creating a new Job
.
Properties
Property | Type | Notes |
---|---|---|
string | IAuthenticationManager | Authentication manager or access token to use for all job requests. | |
string | The ID of the job. Can be used to rehydrate an instance of | |
number | Rate in milliseconds to poll for job status changes. Defaults to | |
boolean | Automatically monitor the job for status changes once it is created. Defaults to | |
string | The base URL of the job without |
authentication
authentication: string | IAuthenticationManager
Authentication manager or access token to use for all job requests.
id
Interface Propertyid: string
The ID of the job. Can be used to rehydrate an instance of Job
with Job.fromExistingJob
or Job.deserialize
.
pollingRate
pollingRate: number
Rate in milliseconds to poll for job status changes. Defaults to 2000
.