Interface
Options for creating a new Job
.
Properties
Property | Type | Notes |
---|---|---|
authentication | string | IAuthenticationManager | Authentication manager or access token to use for all job requests. |
id | string | The ID of the job. Can be used to rehydrate an instance of |
pollingRate | number | Rate in milliseconds to poll for job status changes. Defaults to |
startMonitoring | boolean | Automatically monitor the job for status changes once it is created. Defaults to |
url | 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
.