Skip to content

Commit 9d97917

Browse files
committed
Updating min throughput explanation
1 parent 38f5607 commit 9d97917

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/set-throughput.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ You can combine the two models. Provisioning throughput on both the database and
8282
8383
## Update throughput on a database or a container
8484

85-
After you create an Azure Cosmos container or a database, you can update the provisioned throughput. There is no limit on the maximum provisioned throughput that you can configure on the database or the container. The minimum provisioned throughput depends on the following factors:
85+
After you create an Azure Cosmos container or a database, you can update the provisioned throughput. There is no limit on the maximum provisioned throughput that you can configure on the database or the container. The [minimum provisioned throughput](concepts-limits.md#storage-and-throughput) depends on the following factors:
8686

8787
* The maximum data size that you ever store in the container
8888
* The maximum throughput that you ever provision on the container
89-
* The maximum number of Azure Cosmos containers that you ever create in a database with shared throughput.
89+
* The current number of Azure Cosmos containers that you have in a database with shared throughput.
9090

9191
You can retrieve the minimum throughput of a container or a database programmatically by using the SDKs or view the value in the Azure portal. When using the .NET SDK, the [DocumentClient.ReplaceOfferAsync](https://docs.microsoft.com/dotnet/api/microsoft.azure.documents.client.documentclient.replaceofferasync?view=azure-dotnet) method allows you to scale the provisioned throughput value. When using the Java SDK, the [RequestOptions.setOfferThroughput](sql-api-java-samples.md#offer-examples) method allows you to scale the provisioned throughput value.
9292

0 commit comments

Comments
 (0)