次の方法で共有


ConsistencyPolicy.DefaultConsistencyLevel プロパティ

定義

Cosmos DB アカウントの既定の整合性レベルと構成設定を取得または設定します。 指定できる値は、'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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象