Skip to content

Commit 875c972

Browse files
committed
A few minor fixes
1 parent 124bb98 commit 875c972

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/cosmos-db/set-throughput.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ After you create an Azure Cosmos container or a database, you can update the pro
8888
* The maximum throughput that you ever provision on the container
8989
* The current number of Azure Cosmos containers that you have in a database with shared throughput.
9090

91-
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.
91+
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-sdk-sql-samples.md#offer-examples) method allows you to scale the provisioned throughput value.
9292

9393
When using the .NET SDK, the [DocumentClient.ReadOfferAsync](https://docs.microsoft.com/dotnet/api/microsoft.azure.documents.client.documentclient.readofferasync?view=azure-dotnet) method allows you to retrieve the minimum throughput of a container or a database.
9494

articles/cosmos-db/sql-api-java-sdk-sql-samples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: 'Azure Cosmos DB SQL API: Java SDK v4 examples
2+
3+
title: 'Azure Cosmos DB SQL API: Java SDK v4 examples'
34
description: Find Java examples on GitHub for common tasks using the Azure Cosmos DB SQL API, including CRUD operations.
45
author: anfeldma-ms
56
ms.service: cosmos-db
67
ms.subservice: cosmosdb-sql
7-
ms.devlang: java
88
ms.topic: sample
99
ms.date: 05/15/2020
1010
ms.author: anfeldma

0 commit comments

Comments
 (0)