Click or drag to resize

CqlQueryOptions Class

Represents options available on a per-query basis.
Inheritance Hierarchy
SystemObject
  Dse.MappingCqlQueryOptions

Namespace:  Dse.Mapping
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public class CqlQueryOptions

The CqlQueryOptions type exposes the following members.

Constructors
  NameDescription
Public methodCqlQueryOptions
Initializes a new instance of the CqlQueryOptions class
Top
Methods
  NameDescription
Public methodDisableTracing
Disables tracing for the query.
Public methodDoNotPrepare
Specifies that a PreparedStatement should not be used for executing the query.
Public methodEnableTracing
Enables tracing for the query.
Public methodStatic memberNew
Creates a new instance of CqlQueryOptions.
Public methodSetConsistencyLevel
Sets the consistency level to be used when executing the query.
Public methodSetPageSize
Sets the page size for automatic paging for the query.
Public methodSetPagingState
Sets the token representing the page state for the query. Use null to get the first page of results.
Public methodSetRetryPolicy
Sets the retry policy for the query.
Public methodSetSerialConsistencyLevel
Sets the serial consistency level for execution of the query. (NOTE: This only applies to queries using lightweight transactions -- LWT).
Public methodSetTimestamp
Sets the timestamp for the query.
Top
See Also