TDV Adapter for Azure Cosmos DB

Build 22.0.8462

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 adapter 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.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462