CassandraSource.ConsistencyLevel Property

Definition

Gets or sets the consistency level specifies how many Cassandra servers must respond to a read request before returning data to the client application. Cassandra checks the specified number of Cassandra servers for data to satisfy the read request. Must be one of cassandraSourceReadConsistencyLevels. The default value is 'ONE'. It is case-insensitive. Possible values include: '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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to