次の方法で共有


QueryRequestOptions.ReadConsistencyStrategy Property

Definition

Gets or sets the ReadConsistencyStrategy for the request.

public Microsoft.Azure.Cosmos.ReadConsistencyStrategy? ReadConsistencyStrategy { get; set; }
member this.ReadConsistencyStrategy : Nullable<Microsoft.Azure.Cosmos.ReadConsistencyStrategy> with get, set
Public Property ReadConsistencyStrategy As Nullable(Of ReadConsistencyStrategy)

Property Value

Remarks

When set, this takes precedence over ConsistencyLevel for query operations. The GlobalStrong strategy is only valid for accounts configured with Strong consistency.

Applies to