CqlDelete Properties |
The CqlDelete type exposes the following members.
Name | Description | |
---|---|---|
AutoPage |
Determines if the RowSet returned when executing this IStatement will automatically fetch the following result pages. Defaults to true.
(Inherited from Statement.) | |
ConsistencyLevel |
Gets the consistency level for this query.
(Inherited from Statement.) | |
Expression | (Inherited from CqlCommand.) | |
IsIdempotent |
Determines if this statement is idempotent, i.e. whether it can be applied multiple times without
changing the result beyond the initial application.
(Inherited from Statement.)Idempotence of the statement plays a role in ISpeculativeExecutionPolicy. If a statement is not idempotent, the driver will not schedule speculative executions for it. When the property is null, the driver will use the default value from the GetDefaultIdempotence. | |
IsTracing |
Gets whether tracing is enabled for this query or not.
(Inherited from Statement.) | |
Keyspace |
Returns the keyspace this query operates on, as set using SetKeyspace(String) (Inherited from SimpleStatement.)The keyspace returned is used as a hint for token-aware routing. | |
OutgoingPayload |
Gets custom payload for that will be included when executing this Statement.
(Inherited from Statement.) | |
PageSize |
Gets query's page size.
(Inherited from Statement.) | |
PagingState |
This object represents the next page to be fetched if the query is multi page. It can be saved and reused
later on a different execution.
(Inherited from Statement.) | |
QueryString |
Gets the query string.
(Inherited from CqlCommand.) | |
QueryTrace |
After being executed, it retrieves the trace of the CQL query.
(Inherited from CqlCommand.)Use EnableTracing(Boolean) to enable tracing. Note that enabling query trace introduces server-side overhead by storing request information, so it's recommended that you only enable query tracing when trying to identify possible issues / debugging. | |
QueryValues | (Inherited from CqlCommand.) | |
ReadTimeoutMillis |
Gets the per-host read timeout for this statement.
(Inherited from Statement.)When the value is 0 or lower, the default value from the socket options will be used. | |
RetryPolicy |
Gets the retry policy sets for this query, if any.
(Inherited from Statement.) | |
RoutingKey |
Gets the routing key for the query.
(Inherited from SimpleStatement.)Routing key can be provided using the SetRoutingValues(Object) method. | |
SerialConsistencyLevel |
Gets the serial consistency level for this query.
(Inherited from Statement.) | |
SkipMetadata | (Inherited from Statement.) | |
Timestamp |
Gets the timestamp associated with this statement execution.
(Inherited from Statement.) |