CosmosDbSettings Class
- java.
lang. Object - com.
azure. resourcemanager. machinelearningservices. models. CosmosDbSettings
- com.
public final class CosmosDbSettings
The CosmosDbSettings model.
Constructor Summary
Constructor | Description | |
---|---|---|
CosmosDbSettings() |
Method Summary
Modifier and Type | Method and Description |
---|---|
Integer |
collectionsThroughput()
Get the collections |
void |
validate()
Validates the instance. |
Cosmos |
withCollectionsThroughput(Integer collectionsThroughput)
Set the collections |
Methods inherited from java.lang.Object
Constructor Details
CosmosDbSettings
public CosmosDbSettings()
Method Details
collectionsThroughput
public Integer collectionsThroughput()
Get the collectionsThroughput property: The throughput of the collections in cosmosdb database.
Returns:
validate
public void validate()
Validates the instance.
withCollectionsThroughput
public CosmosDbSettings withCollectionsThroughput(Integer collectionsThroughput)
Set the collectionsThroughput property: The throughput of the collections in cosmosdb database.
Parameters:
Returns:
Applies to
Azure SDK for Java