Uses of Interface
com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithWriteReplication
-
-
Uses of CosmosDBAccount.DefinitionStages.WithWriteReplication in com.microsoft.azure.management.cosmosdb
Subinterfaces of CosmosDBAccount.DefinitionStages.WithWriteReplication in com.microsoft.azure.management.cosmosdb Modifier and Type Interface Description static interfaceCosmosDBAccount.DefinitionGrouping of cosmos db definition stages.Methods in com.microsoft.azure.management.cosmosdb that return CosmosDBAccount.DefinitionStages.WithWriteReplication Modifier and Type Method Description CosmosDBAccount.DefinitionStages.WithWriteReplicationCosmosDBAccount.DefinitionStages.WithConsistencyPolicy. withBoundedStalenessConsistency(long maxStalenessPrefix, int maxIntervalInSeconds)The bounded staleness consistency policy for the CosmosDB account.CosmosDBAccount.DefinitionStages.WithWriteReplicationCosmosDBAccount.DefinitionStages.WithConsistencyPolicy. withEventualConsistency()The eventual consistency policy for the CosmosDB account.CosmosDBAccount.DefinitionStages.WithWriteReplicationCosmosDBAccount.DefinitionStages.WithConsistencyPolicy. withSessionConsistency()The session consistency policy for the CosmosDB account.
-