| Package | Description |
|---|---|
| com.azure.resourcemanager.cosmos.fluent.models |
Package containing the inner data models for CosmosDBManagementClient.
|
| com.azure.resourcemanager.cosmos.models |
Package containing the data models for CosmosDBManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ConsistencyPolicy |
DatabaseAccountGetResultsInner.consistencyPolicy()
Get the consistencyPolicy property: The consistency policy for the Cosmos DB database account.
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseAccountGetResultsInner |
DatabaseAccountGetResultsInner.withConsistencyPolicy(ConsistencyPolicy consistencyPolicy)
Set the consistencyPolicy property: The consistency policy for the Cosmos DB database account.
|
| Modifier and Type | Method and Description |
|---|---|
ConsistencyPolicy |
DatabaseAccountUpdateParameters.consistencyPolicy()
Get the consistencyPolicy property: The consistency policy for the Cosmos DB account.
|
ConsistencyPolicy |
CosmosDBAccount.consistencyPolicy() |
ConsistencyPolicy |
DatabaseAccountCreateUpdateParameters.consistencyPolicy()
Get the consistencyPolicy property: The consistency policy for the Cosmos DB account.
|
ConsistencyPolicy |
ConsistencyPolicy.withDefaultConsistencyLevel(DefaultConsistencyLevel defaultConsistencyLevel)
Set the defaultConsistencyLevel property: The default consistency level and configuration settings of the Cosmos
DB account.
|
ConsistencyPolicy |
ConsistencyPolicy.withMaxIntervalInSeconds(Integer maxIntervalInSeconds)
Set the maxIntervalInSeconds property: When used with the Bounded Staleness consistency level, this value
represents the time amount of staleness (in seconds) tolerated.
|
ConsistencyPolicy |
ConsistencyPolicy.withMaxStalenessPrefix(Long maxStalenessPrefix)
Set the maxStalenessPrefix property: When used with the Bounded Staleness consistency level, this value
represents the number of stale requests tolerated.
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseAccountUpdateParameters |
DatabaseAccountUpdateParameters.withConsistencyPolicy(ConsistencyPolicy consistencyPolicy)
Set the consistencyPolicy property: The consistency policy for the Cosmos DB account.
|
DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.withConsistencyPolicy(ConsistencyPolicy consistencyPolicy)
Set the consistencyPolicy property: The consistency policy for the Cosmos DB account.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.