| ClientOptions Constructor (Boolean, Int32, String) | 
 
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.4.0
Syntaxpublic ClientOptions(
	bool withoutRowSetBuffering,
	int queryAbortTimeout,
	string defaultKeyspace
)
Parameters
- withoutRowSetBuffering
 - Type: SystemBoolean
 - queryAbortTimeout
 - Type: SystemInt32
 - defaultKeyspace
 - Type: SystemString
 
See Also