public class CosmosDatabaseRequestOptions extends CosmosRequestOptions
requestOptions| Constructor and Description |
|---|
CosmosDatabaseRequestOptions() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getOfferThroughput()
Gets the throughput in the form of Request Units per second when creating a cosmos database.
|
void |
setOfferThroughput(Integer offerThroughput)
Sets the throughput in the form of Request Units per second when creating a cosmos database.
|
protected RequestOptions |
toRequestOptions() |
getAccessCondition, setAccessConditionpublic Integer getOfferThroughput()
public void setOfferThroughput(Integer offerThroughput)
offerThroughput - the throughput value.protected RequestOptions toRequestOptions()
toRequestOptions in class CosmosRequestOptionsCopyright © 2019. All rights reserved.