Class ThroughputSettingsResource
java.lang.Object
com.microsoft.azure.management.cosmosdb.ThroughputSettingsResource
Cosmos DB resource throughput object.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the minimum throughput of the resource.Get the throughput replace is pending.int
Get value of the Cosmos DB resource throughput.withThroughput
(int throughput) Set value of the Cosmos DB resource throughput.
-
Constructor Details
-
ThroughputSettingsResource
public ThroughputSettingsResource()
-
-
Method Details
-
throughput
public int throughput()Get value of the Cosmos DB resource throughput.- Returns:
- the throughput value
-
withThroughput
Set value of the Cosmos DB resource throughput.- Parameters:
throughput
- the throughput value to set- Returns:
- the ThroughputSettingsResource object itself.
-
minimumThroughput
Get the minimum throughput of the resource.- Returns:
- the minimumThroughput value
-
offerReplacePending
Get the throughput replace is pending.- Returns:
- the offerReplacePending value
-