CosmosDbSettings Class

  • java.lang.Object
    • com.azure.resourcemanager.machinelearningservices.models.CosmosDbSettings

public final class CosmosDbSettings

The CosmosDbSettings model.

Constructor Summary

Constructor Description
CosmosDbSettings()

Method Summary

Modifier and Type Method and Description
Integer collectionsThroughput()

Get the collectionsThroughput property: The throughput of the collections in cosmosdb database.

void validate()

Validates the instance.

CosmosDbSettings withCollectionsThroughput(Integer collectionsThroughput)

Set the collectionsThroughput property: The throughput of the collections in cosmosdb database.

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:

the collectionsThroughput value.

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:

collectionsThroughput - the collectionsThroughput value to set.

Returns:

the CosmosDbSettings object itself.

Applies to