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 add-in will dynamically adjust the maximum number of requests per second depending on the configured RU budget. Although the add-in 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.