You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/cosmos/azure-cosmos-spark_3-5_2-12/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
5
5
#### Features Added
6
6
* Added transactional batch support. See [PR 47478](https://github.com/Azure/azure-sdk-for-java/pull/47478) and [PR 47697](https://github.com/Azure/azure-sdk-for-java/pull/47697) and [47803](https://github.com/Azure/azure-sdk-for-java/pull/47803)
7
+
* Added support for throughput bucket. - See [47856](https://github.com/Azure/azure-sdk-for-java/pull/47856)
Copy file name to clipboardExpand all lines: sdk/cosmos/azure-cosmos-spark_3-5_2-13/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
5
5
#### Features Added
6
6
* Added transactional batch support. See [PR 47478](https://github.com/Azure/azure-sdk-for-java/pull/47478) and [PR 47697](https://github.com/Azure/azure-sdk-for-java/pull/47697) and [47803](https://github.com/Azure/azure-sdk-for-java/pull/47803)
7
+
* Added support for throughput bucket. - See [47856](https://github.com/Azure/azure-sdk-for-java/pull/47856)
Copy file name to clipboardExpand all lines: sdk/cosmos/azure-cosmos-spark_3/docs/configuration-reference.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,7 @@ Used to influence the json serialization/deserialization behavior
146
146
|`spark.cosmos.throughputControl.targetThroughput`| None | Throughput control group target throughput |
147
147
|`spark.cosmos.throughputControl.targetThroughputThreshold`| None | Throughput control group target throughput threshold |
148
148
|`spark.cosmos.throughputControl.priorityLevel`| None | Throughput control group priority level. The priority level is used to determine which requests will be throttled first when the total throughput of all control groups exceeds the max throughput. Priority based execution is currently in preview. To enable the feature, please follow the instructions [here](https://devblogs.microsoft.com/cosmosdb/introducing-priority-based-execution-in-azure-cosmos-db-preview/#next-steps)|
149
+
|`spark.cosmos.throughputControl.throughputBucket`| None | Throughput bucket value. Please refer [here](https://learn.microsoft.com/azure/cosmos-db/throughput-buckets?tabs=dotnet) for full context |
149
150
|`spark.cosmos.throughputControl.globalControl.database`| None | Database which will be used for throughput global control |
150
151
|`spark.cosmos.throughputControl.globalControl.container`| None | Container which will be used for throughput global control |
151
152
|`spark.cosmos.throughputControl.globalControl.renewIntervalInMS`|`5s`| How often the client is going to update the throughput usage of itself |
helpMessage ="Throughput bucket value. Please refer here for full context: https://learn.microsoft.com/azure/cosmos-db/throughput-buckets?tabs=dotnet")
0 commit comments