ReadFailureException Constructor |
Namespace:
Cassandra
Assembly:
Cassandra (in Cassandra.dll) Version: 3.10.0
Syntaxpublic ReadFailureException(
ConsistencyLevel consistency,
int received,
int required,
bool dataPresent,
int failures
)
Parameters
- consistency
- Type: Cassandra.ConsistencyLevel
- received
- Type: System.Int32
- required
- Type: System.Int32
- dataPresent
- Type: System.Boolean
- failures
- Type: System.Int32
See Also