Click or drag to resize
IStatementSetIdempotence Method
Sets whether this statement is idempotent.

Idempotence of the statement plays a role in ISpeculativeExecutionPolicy. If a statement is not idempotent, the driver will not schedule speculative executions for it.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
IStatement SetIdempotence(
	bool value
)

Parameters

value
Type: SystemBoolean

Return Value

Type: IStatement
See Also