MaxThreads
Specifies the maximum number of concurrent requests for Batch CUD (Create, Update, Delete) operations.
Data Type
int
Default Value
200
Remarks
This property should be used in conjunction with the WriteThroughputBudget connection property. The connector may execute less parallel requests than the configured MaxThreads value, since it always aims to not exceed the WriteThroughputBudget limit. The number of concurrent requests will also depend on the running machine's resources.
Note: This property is applicable only when executing batch CUD operations.