Click or drag to resize

QueryOptions.SetDefaultIdempotence Method

Sets the default idempotence for all queries.

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.12.0
Syntax
C#
public QueryOptions SetDefaultIdempotence(
	bool idempotence
)

Parameters

idempotence
Type: System.Boolean

Return Value

Type: QueryOptions
See Also