Click or drag to resize
RetryDecisionRetryConsistencyLevel Property
Gets the consistency level for a retry decision or null if this retry decision is an Ignore or a Rethrow.

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.3.0
Syntax
C#
public Nullable<ConsistencyLevel> RetryConsistencyLevel { get; }

Property Value

Type: NullableConsistencyLevel
See Also