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