JobPollingInterval
Specifies the polling interval (in seconds) when checking the status of a bulk API job.
Data Type
int
Default Value
120
Remarks
This property is used to specify the polling interval (in seconds) to identify when a bulk API job has completed. The add-in will wait JobPollingInterval seconds between calls to check a bulk API job status. Once the job is identified as 'Completed', the add-in will download and parse the generated file returning the results of the specified query.
This property can be set to 0 to just create and enqueue a job in which case the Job Id will be returned in the result set. The job status can then be checked using stored procedures.
Note: This property is only applicable when UseBulkAPI is set to True. See the UseBulkAPI page for more information about using the Bulk API.