BulkLoadConcurrencyMode
- Last Updated: May 24, 2018
- 1 minute read
- DataDirect Connectors
- JDBC
- Salesforce 6.0
- Documentation
Purpose
Determines whether multiple batches associated with a bulk load operation are processed by Salesforce in parallel or one at a time.
Valid Values
parallel | serial
Behavior
If set to parallel, multiple batches
associated with a bulk load operation are processed in parallel. The order in which the
batches are processed can vary.
If set to serial, multiple batches
associated with a bulk load operation are processed one at a time.
Data Source Method
setBulkLoadConcurrencyMode
Default
parallel
Data Type
String