public class ThroughputResponse extends CosmosResponse<ThroughputProperties>
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.
|
getActivityId, getCurrentResourceQuotaUsage, getDiagnostics, getDuration, getMaxResourceQuota, getRequestCharge, getResponseHeaders, getSessionToken, getStatusCode
public ThroughputProperties getProperties()
CosmosResponse
getProperties
in class CosmosResponse<ThroughputProperties>
public int getMinThroughput()
public boolean isReplacePending()
Copyright © 2021 Microsoft Corporation. All rights reserved.