Click or drag to resize

DseClusterBuilderWithQueryOptions 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 DseClusterBuilder WithQueryOptions(
	QueryOptions options
)

Parameters

options
Type: DseQueryOptions
the QueryOptions to use.

Return Value

Type: DseClusterBuilder
this Builder.
See Also