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: DseAssembly: Dse (in Dse.dll) Version: 2.2.0
Syntax public Builder WithQueryOptions(
QueryOptions options
)
Parameters
- options
- Type: DseQueryOptions
the QueryOptions to use.
Return Value
Type:
Builderthis Builder.
See Also