public class ThroughputSettingsResource extends Object
| Constructor and Description |
|---|
ThroughputSettingsResource() |
| Modifier and Type | Method and Description |
|---|---|
String |
minimumThroughput()
Get the minimum throughput of the resource.
|
String |
offerReplacePending()
Get the throughput replace is pending.
|
int |
throughput()
Get value of the Cosmos DB resource throughput.
|
ThroughputSettingsResource |
withThroughput(int throughput)
Set value of the Cosmos DB resource throughput.
|
public int throughput()
public ThroughputSettingsResource withThroughput(int throughput)
throughput - the throughput value to setpublic String minimumThroughput()
public String offerReplacePending()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/