CqlQueryOptions Methods |
The CqlQueryOptions type exposes the following members.
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.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | 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.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |