CassandraSourceReadConsistencyLevels Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public readonly struct CassandraSourceReadConsistencyLevels : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.CassandraSourceReadConsistencyLevels>
type CassandraSourceReadConsistencyLevels = struct
Public Structure CassandraSourceReadConsistencyLevels
Implements IEquatable(Of CassandraSourceReadConsistencyLevels)
- Inheritance
-
CassandraSourceReadConsistencyLevels
- Implements
Constructors
CassandraSourceReadConsistencyLevels(String) |
Initializes a new instance of CassandraSourceReadConsistencyLevels. |
Properties
ALL |
ALL. |
EachQuorum |
EACH_QUORUM. |
LocalONE |
LOCAL_ONE. |
LocalQuorum |
LOCAL_QUORUM. |
LocalSerial |
LOCAL_SERIAL. |
ONE |
ONE. |
Quorum |
QUORUM. |
Serial |
SERIAL. |
Three |
THREE. |
TWO |
TWO. |
Methods
Equals(CassandraSourceReadConsistencyLevels) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(CassandraSourceReadConsistencyLevels, CassandraSourceReadConsistencyLevels) |
Determines if two CassandraSourceReadConsistencyLevels values are the same. |
Implicit(String to CassandraSourceReadConsistencyLevels) |
Converts a string to a CassandraSourceReadConsistencyLevels. |
Inequality(CassandraSourceReadConsistencyLevels, CassandraSourceReadConsistencyLevels) |
Determines if two CassandraSourceReadConsistencyLevels values are not the same. |
Applies to
Azure SDK for .NET