public static interface CosmosDBAccount.DefinitionStages.WithConsistencyPolicy
Modifier and Type | Method and Description |
---|---|
CosmosDBAccount.DefinitionStages.WithWriteReplication |
withBoundedStalenessConsistency(long maxStalenessPrefix,
int maxIntervalInSeconds)
The bounded staleness consistency policy for the CosmosDB account.
|
CosmosDBAccount.DefinitionStages.WithWriteReplication |
withEventualConsistency()
The eventual consistency policy for the CosmosDB account.
|
CosmosDBAccount.DefinitionStages.WithWriteReplication |
withSessionConsistency()
The session consistency policy for the CosmosDB account.
|
CosmosDBAccount.DefinitionStages.WithCreate |
withStrongConsistency()
The strong consistency policy for the CosmosDB account.
|
CosmosDBAccount.DefinitionStages.WithWriteReplication withEventualConsistency()
CosmosDBAccount.DefinitionStages.WithWriteReplication withSessionConsistency()
CosmosDBAccount.DefinitionStages.WithWriteReplication withBoundedStalenessConsistency(long maxStalenessPrefix, int maxIntervalInSeconds)
maxStalenessPrefix
- the max staleness prefixmaxIntervalInSeconds
- the max interval in secondsCosmosDBAccount.DefinitionStages.WithCreate withStrongConsistency()
Copyright © 2019. All rights reserved.