CqlScalarTEntity Properties |
The CqlScalarTEntity generic 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.) | |
ElementType | (Inherited from CqlQueryBaseTEntity.) | |
Expression | (Inherited from CqlQueryBaseTEntity.) | |
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.
(Inherited from Statement.)Note that not all Statement implementations specify on which keyspace they operate on so this method can return null. 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 | (Inherited from Statement.) | |
QueryTrace |
After being executed, it retrieves the trace of the CQL query.
(Inherited from CqlQueryBaseTEntity.)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 Statement.) | |
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 | (Inherited from CqlQueryBaseTEntity.) | |
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.) |