BulkPollingInterval
The time interval in milliseconds between requests that check the availability of the bulk query response. The default value is 500 ms.
Data Type
string
Default Value
"500"
Remarks
The time interval between requests that check the availability of the bulk query response. When UseBulkAPI is set, the driver starts an asynchronous job in Salesforce when running a SELECT query. It then waits for the response to be ready by periodically polling the server to check status. This property controls the frequency of polling.