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:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public Builder WithQueryOptions(
	QueryOptions options
)

Parameters

options
Type: DseQueryOptions
the QueryOptions to use.

Return Value

Type: Builder
this Builder.
See Also