Uses of Class
com.azure.cosmos.models.ThroughputResponse
Package
Description
This package provides interfaces for interacting with Azure Cosmos DB.
-
Uses of ThroughputResponse in com.azure.cosmos
Modifier and TypeMethodDescriptionCosmosContainer.readThroughput()
Gets the throughput for the current container.CosmosDatabase.readThroughput()
Gets the throughput of the current database.CosmosContainer.replaceThroughput
(ThroughputProperties throughputProperties) Sets the throughput for the current container.CosmosDatabase.replaceThroughput
(ThroughputProperties throughputProperties) Sets the throughput of the current database.Modifier and TypeMethodDescriptionCosmosAsyncContainer.readThroughput()
Read the throughput provisioned for the current container.CosmosAsyncDatabase.readThroughput()
Gets the throughput of the database.CosmosAsyncContainer.replaceThroughput
(ThroughputProperties throughputProperties) Replace the throughput.CosmosAsyncDatabase.replaceThroughput
(ThroughputProperties throughputProperties) Sets throughput provisioned for a container in measurement of Requests-per-Unit in the Azure Cosmos service.