ReadFailureException Constructor (ConsistencyLevel, Int32, Int32, Boolean, Int32) |
Namespace:
Cassandra
Assembly:
Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax public ReadFailureException(
ConsistencyLevel consistency,
int received,
int required,
bool dataPresent,
int failures
)
Parameters
- consistency
- Type: CassandraConsistencyLevel
- received
- Type: SystemInt32
- required
- Type: SystemInt32
- dataPresent
- Type: SystemBoolean
- failures
- Type: SystemInt32
See Also