BatchSize
Specifies the maximum number of records included in each batch operation.
Data Type
int
Default Value
0
Remarks
This property controls the size of each batch operation sent to the server. A value of 0 means the provider determines the batch size automatically. Larger batch sizes may reduce the number of requests, improving efficiency, but could lead to longer processing times or errors if server limits are exceeded. For Batch Delete operations, setting BatchSize values larger than 400 might result in request URIs that exceed the supported length for the endpoint, causing the operation to fail. Adjust this value based on your workload and the capabilities of the target service.