JDBC Driver for Azure Cosmos DB

Build 22.0.8462

WriteThroughputBudget

Defines the Requests Units (RU) budget per Second that the Batch CUD (Create, Update, Delete) operations should not exceed.

Data Type

int

Default Value

1000

Remarks

The driver will dynamically adjust the maximum number of requests per second depending on the configured RU budget. Although the driver always aims to not exceed the RU budget, since the requests throttling logic is applied client-side, it may be exceeded by a relatively small amount in a few cases. These cases include Inserting, Updating and Deleting records with highly variable column count and input value length per column.

Note: This property is applicable only when executing batch CUD operations.

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