CassandraSourceReadConsistencyLevel 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 CassandraSourceReadConsistencyLevel : IEquatable<Azure.ResourceManager.DataFactory.Models.CassandraSourceReadConsistencyLevel>
type CassandraSourceReadConsistencyLevel = struct
Public Structure CassandraSourceReadConsistencyLevel
Implements IEquatable(Of CassandraSourceReadConsistencyLevel)
- Inheritance
-
CassandraSourceReadConsistencyLevel
- Implements
Constructors
CassandraSourceReadConsistencyLevel(String) |
Initializes a new instance of CassandraSourceReadConsistencyLevel. |
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(CassandraSourceReadConsistencyLevel) |
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(CassandraSourceReadConsistencyLevel, CassandraSourceReadConsistencyLevel) |
Determines if two CassandraSourceReadConsistencyLevel values are the same. |
Implicit(String to CassandraSourceReadConsistencyLevel) |
Converts a String to a CassandraSourceReadConsistencyLevel. |
Inequality(CassandraSourceReadConsistencyLevel, CassandraSourceReadConsistencyLevel) |
Determines if two CassandraSourceReadConsistencyLevel values are not the same. |
Applies to
Azure SDK for .NET