Share via


ConsistencyPolicy.DefaultConsistencyLevel Property

Definition

Gets or sets the default consistency level and configuration settings of the Cosmos DB account. Possible values include: 'Eventual', 'Session', 'BoundedStaleness', 'Strong', 'ConsistentPrefix'

[Newtonsoft.Json.JsonProperty(PropertyName="defaultConsistencyLevel")]
public Microsoft.Azure.Management.CosmosDB.Models.DefaultConsistencyLevel DefaultConsistencyLevel { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="defaultConsistencyLevel")>]
member this.DefaultConsistencyLevel : Microsoft.Azure.Management.CosmosDB.Models.DefaultConsistencyLevel with get, set
Public Property DefaultConsistencyLevel As DefaultConsistencyLevel

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to