Click or drag to resize
PreparedStatementSetIdempotence Method
Sets whether the prepared statement is idempotent.

Idempotence of the query plays a role in ISpeculativeExecutionPolicy. If a query 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#
public PreparedStatement SetIdempotence(
	bool value
)

Parameters

value
Type: SystemBoolean

Return Value

Type: PreparedStatement
See Also