次の方法で共有


CassandraSource.ConsistencyLevel プロパティ

定義

クライアント アプリケーションにデータを返す前に、読み取り要求に応答する必要がある Cassandra サーバーの数を指定する整合性レベルを取得または設定します。 Cassandra は、指定された数の Cassandra サーバーで、読み取り要求を満たすデータをチェックします。 cassandraSourceReadConsistencyLevels のいずれかである必要があります。 既定値は 'ONE' です。 大文字と小文字は区別されません。 使用できる値は、'ALL'、'EACH_QUORUM'、'QUORUM'、'LOCAL_QUORUM'、'ONE'、'TWO'、'THREE'、'LOCAL_ONE'、'SERIAL'、'LOCAL_SERIAL' です。

[Newtonsoft.Json.JsonProperty(PropertyName="consistencyLevel")]
public string ConsistencyLevel { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="consistencyLevel")>]
member this.ConsistencyLevel : string with get, set
Public Property ConsistencyLevel As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象