AccountConsistency.DefaultConsistencyLevel Property

Definition

Get or set the default consistency level in the Azure Cosmos DB service.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="defaultConsistencyLevel")]
public Microsoft.Azure.Cosmos.ConsistencyLevel DefaultConsistencyLevel { get; }
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="defaultConsistencyLevel")>]
member this.DefaultConsistencyLevel : Microsoft.Azure.Cosmos.ConsistencyLevel
Public ReadOnly Property DefaultConsistencyLevel As ConsistencyLevel

Property Value

Attributes
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to