Share via


AccountProperties.Consistency Property

Definition

Gets the Consistency from the Azure Cosmos DB service.

[Newtonsoft.Json.JsonProperty(PropertyName="userConsistencyPolicy")]
public Microsoft.Azure.Cosmos.AccountConsistency Consistency { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="userConsistencyPolicy")>]
member this.Consistency : Microsoft.Azure.Cosmos.AccountConsistency
Public ReadOnly Property Consistency As AccountConsistency

Property Value

The ConsistencySetting.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to