MaxThreads
Specifies the maximum number of concurrent requests for Batch CUD (Create, Update, Delete) operations.
データ型
int
デフォルト値
200
解説
This property should be used in conjunction with the WriteThroughputBudget connection property. The 本製品 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.