RetryDecisionRetryConsistencyLevel Property |
Gets the consistency level for a retry decision or null if
this retry decision is an Ignore or a
Rethrow.
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public Nullable<ConsistencyLevel> RetryConsistencyLevel { get; }
Property Value
Type:
NullableConsistencyLevelSee Also