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.11.0
Syntax public Builder WithQueryOptions(
QueryOptions options
)
Parameters
- options
- Type: CassandraQueryOptions
the QueryOptions to use.
Return Value
Type:
Builderthis Builder.
See Also