Click or drag to resize
StatementSetIdempotence 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.1.0
Syntax
C#
public IStatement SetIdempotence(
	bool value
)

Parameters

value
Type: SystemBoolean

Return Value

Type: IStatement

Implements

IStatementSetIdempotence(Boolean)
See Also