CqlQueryOptions Class | 
Namespace: Cassandra.Mapping
public class CqlQueryOptions
The CqlQueryOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| CqlQueryOptions | Initializes a new instance of the CqlQueryOptions class  | 
| Name | Description | |
|---|---|---|
| DisableTracing | 
            Disables tracing for the query.
              | |
| DoNotPrepare | 
            Specifies that a PreparedStatement should not be used for executing the query.
              | |
| EnableTracing | 
            Enables tracing for the query.
              | |
| New | 
            Creates a new instance of CqlQueryOptions.
              | |
| SetConsistencyLevel | 
            Sets the consistency level to be used when executing the query.
              | |
| SetPageSize | 
            Sets the page size for automatic paging for the query.
              | |
| SetPagingState | 
            Sets the token representing the page state for the query.
            Use null to get the first page of results.
              | |
| SetRetryPolicy | 
            Sets the retry policy for the query.
              | |
| SetSerialConsistencyLevel | 
            Sets the serial consistency level for execution of the query.  (NOTE: This only applies to queries using lightweight
            transactions -- LWT).
              | |
| SetTimestamp | 
            Sets the timestamp for the query.
              |