ClientOptions Constructor (Boolean, Int32, String) |
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public ClientOptions(
bool withoutRowSetBuffering,
int queryAbortTimeout,
string defaultKeyspace
)
Parameters
- withoutRowSetBuffering
- Type: SystemBoolean
- queryAbortTimeout
- Type: SystemInt32
- defaultKeyspace
- Type: SystemString
See Also