| Package | Description |
|---|---|
| com.azure.cosmos |
This package provides interfaces for interacting with Azure Cosmos DB.
|
| Modifier and Type | Method and Description |
|---|---|
ThroughputResponse |
CosmosDatabase.readThroughput()
Gets the throughput of the database.
|
ThroughputResponse |
CosmosContainer.readThroughput()
Gets the throughput for the current container.
|
ThroughputResponse |
CosmosDatabase.replaceThroughput(ThroughputProperties throughputProperties)
Sets the throughput.
|
ThroughputResponse |
CosmosContainer.replaceThroughput(ThroughputProperties throughputProperties)
Sets the throughput for the current container.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.