| Modifier and Type | Interface and Description |
|---|---|
static interface |
CosmosDBAccount.Definition
Grouping of cosmos db definition stages.
|
| Modifier and Type | Method and Description |
|---|---|
CosmosDBAccount.DefinitionStages.WithWriteReplication |
CosmosDBAccount.DefinitionStages.WithConsistencyPolicy.withBoundedStalenessConsistency(long maxStalenessPrefix,
int maxIntervalInSeconds)
The bounded staleness consistency policy for the CosmosDB account.
|
CosmosDBAccount.DefinitionStages.WithWriteReplication |
CosmosDBAccount.DefinitionStages.WithConsistencyPolicy.withEventualConsistency()
The eventual consistency policy for the CosmosDB account.
|
CosmosDBAccount.DefinitionStages.WithWriteReplication |
CosmosDBAccount.DefinitionStages.WithConsistencyPolicy.withSessionConsistency()
The session consistency policy for the CosmosDB account.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/