UseAsyncBatch
Specifies whether provider uses the asynchronous SOAP API for batch insert, update, or delete operations.
Data Type
bool
Default Value
true
Remarks
When set to true, batch operations requests are sent using the asynchronous SOAP API. The request returns immediately, and Salesforce processes the operation in the background.
When set to false, batch operations are performed using the synchronous SOAP API, and the request waits for the operation to complete.
You can query the LastResultInfo#TEMP table to view information about the jobs and batches created during asynchronous operations.
This property is useful when you want to avoid long-running synchronous operations or need to monitor batch processing separately.