Click or drag to resize
StatementRetryPolicy Property
Gets the retry policy sets for this query, if any.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public IRetryPolicy RetryPolicy { get; }

Property Value

Type: IRetryPolicy

Implements

IStatementRetryPolicy
See Also