Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ThroughputResponse Class
- Package:
- com.azure.cosmos.models
- Maven Artifact:
- com.azure:azure-cosmos:4.80.0
- java.lang.Object
- com.azure.cosmos.models.CosmosResponse<T>
- com.azure.cosmos.models.ThroughputResponse
public class ThroughputResponse
extends CosmosResponse<ThroughputProperties>
The cosmos throughput response.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| int |
getMinThroughput()
Gets minimum throughput in measurement of request units per second in the Azure Cosmos service. |
| ThroughputProperties |
getProperties()
Gets properties. |
| boolean |
isReplacePending()
Gets the status whether offer replace is successful or pending. |
Methods inherited from CosmosResponse
Methods inherited from java.lang.Object
Method Details
getMinThroughput
public int getMinThroughput()
Gets minimum throughput in measurement of request units per second in the Azure Cosmos service.
Returns:
getProperties
public ThroughputProperties getProperties()
Gets properties.
Overrides:
ThroughputResponse.getProperties()isReplacePending
public boolean isReplacePending()
Gets the status whether offer replace is successful or pending.
Returns:
Applies to
Azure SDK for Java
Feedback
Was this page helpful?
