Uses of Class
com.azure.cosmos.models.ThroughputResponse
Packages that use ThroughputResponse
Package
Description
This package provides interfaces for interacting with Azure Cosmos DB.
-
Uses of ThroughputResponse in com.azure.cosmos
Methods in com.azure.cosmos that return ThroughputResponseModifier 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.Methods in com.azure.cosmos that return types with arguments of type ThroughputResponseModifier 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.