BulkAPI

This section provides a complete list of the BulkAPI properties you can configure in the connection string for this provider.


Property Description
UseBulkAPI Whether to use the synchronous SOAP API or the asynchronous Bulk API.
BulkAPIConcurrencyMode The concurrency mode for processing bulk rows with BULK API v1.
BulkPageSize The number of records to retrieve before returning results to the user when UseBulkAPI=true.
BulkPollingInterval The time interval in milliseconds between requests that check the availability of the bulk query response. The default value is 500 ms.
BulkQueryTimeout The timeout in minutes for which the provider will wait for a bulk query response. The default value is 25 minutes.
WaitForBulkResults Whether to wait for bulk results when using the asynchronous API. Only active when UseBulkAPI is true.