public class ThroughputSettingsResource extends Object
| Constructor and Description |
|---|
ThroughputSettingsResource() |
| Modifier and Type | Method and Description |
|---|---|
String |
minimumThroughput()
Get the minimumThroughput property: The minimum throughput of the resource.
|
String |
offerReplacePending()
Get the offerReplacePending property: The throughput replace is pending.
|
int |
throughput()
Get the throughput property: Value of the Cosmos DB resource throughput.
|
void |
validate()
Validates the instance.
|
ThroughputSettingsResource |
withThroughput(int throughput)
Set the throughput property: Value of the Cosmos DB resource throughput.
|
public int throughput()
public ThroughputSettingsResource withThroughput(int throughput)
throughput - the throughput value to set.public String minimumThroughput()
public String offerReplacePending()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.