Click or drag to resize
BuilderWithQueryOptions Method
Sets the QueryOptions to use for the newly created Cluster. If no query options are set through this method, default query options will be used.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public Builder WithQueryOptions(
	QueryOptions options
)

Parameters

options
Type: CassandraQueryOptions
the QueryOptions to use.

Return Value

Type: Builder
this Builder.
See Also