WriteThroughputBudget Parameter (Connect-CosmosDB Cmdlet)
Defines the Requests Units (RU) budget per Second that the Batch CUD (Create, Update, Delete) operations should not exceed.
Syntax
Connect-CosmosDB -WriteThroughputBudget int
Data Type
int
Default Value
1000
Remarks
The cmdlet will dynamically adjust the maximum number of requests per second depending on the configured RU budget. Although the cmdlet 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.