QueryOptionsSetDefaultIdempotence Method |
Sets the default idempotence for all queries.
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public QueryOptions SetDefaultIdempotence(
bool idempotence
)
Parameters
- idempotence
- Type: SystemBoolean
Return Value
Type:
QueryOptionsSee Also