BatchSize
The maximum size of each batch operation to submit.
Data Type
int
Default Value
5000
Remarks
When BatchSize is set to a value greater than 0, the batch operation will split the entire batch into separate batches of size BatchSize. The split batches will then be submitted to the server individually. This is useful when the server has limitations on the size of the request that can be submitted.
Setting BatchSize to 0 will submit the entire batch as specified.
Note: For Batch Insert/Upsert operations, the maximum BatchSize is hardcoded to 5000. This means that every batch with more than 5000 records will be split into small sub batches of 5000 records.