Attribute

BulkLoadConcurrencyMode (blcm)

Purpose

Determines whether multiple batches associated with a bulk load operation are processed by Salesforce in parallel or one at a time.

Valid Values

0 | 1

parallel | serial

Behavior

If set to 0 (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 1 (Serial), multiple batches associated with a bulk load operation are processed one at a time.

Default Value

0 (Parallel)