Click or drag to resize
QueryOptionsSetDefaultIdempotence Method
Sets the default idempotence for all queries.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.5 (git 25b8d4e)
Syntax
C#
public QueryOptions SetDefaultIdempotence(
	bool idempotence
)

Parameters

idempotence
Type: SystemBoolean

Return Value

Type: QueryOptions
See Also