RetryDecisionRetryConsistencyLevel Property  | 
 
             Gets the consistency level for a retry decision or null if
             this retry decision is an Ignore or a
             Rethrow.
 
    Namespace: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.13.0
Syntaxpublic Nullable<ConsistencyLevel> RetryConsistencyLevel { get; }Property Value
Type: 
NullableConsistencyLevel
See Also