ClientOptions Constructor (Boolean, Int32, String) |
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.4.0
Syntax public ClientOptions(
bool withoutRowSetBuffering,
int queryAbortTimeout,
string defaultKeyspace
)
Parameters
- withoutRowSetBuffering
- Type: System.Boolean
- queryAbortTimeout
- Type: System.Int32
- defaultKeyspace
- Type: System.String
See Also