WriteFailureException Constructor |
Namespace:
Cassandra
Assembly:
Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax public WriteFailureException(
ConsistencyLevel consistency,
int received,
int required,
string writeType,
int failures
)
Parameters
- consistency
- Type: CassandraConsistencyLevel
- received
- Type: SystemInt32
- required
- Type: SystemInt32
- writeType
- Type: SystemString
- failures
- Type: SystemInt32
See Also