BulkAPI
This section provides a complete list of the BulkAPI properties you can configure in the connection string for this provider.
| Property | Description |
| UseBulkAPI | Specifies whether to use the asynchronous Bulk API or the synchronous SOAP API for reading and writing data in Salesforce. |
| BulkAPIConcurrencyMode | Specifies the concurrency mode used when processing bulk rows with Salesforce Bulk API v1. |
| BulkUploadLimit | Specifies the maximum file size (in MB) that can be uploaded using Salesforce Bulk API v2. |
| BulkPollingInterval | Specifies the time interval (in milliseconds) between requests that check the availability of a bulk process response. |
| BulkQueryTimeout | Specifies the maximum time (in minutes) the provider waits for a bulk query response before timing out. |
| WaitForBulkResults | Specifies whether the provider should wait for bulk operation results to complete when using the asynchronous Bulk API. Only applies when UseBulkAPI is set to true. |
| BulkAPIVersion | Specifies the Salesforce Bulk API version to use for processing bulk queries and data operations. |
| PushEmptyValuesAsNull | Indicates whether empty values should be interpreted as empty strings or as NULL. |