Click or drag to resize
ClientOptions Constructor (Boolean, Int32, String)
Initializes a new instance of the ClientOptions class

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.3.0
Syntax
C#
public ClientOptions(
	bool withoutRowSetBuffering,
	int queryAbortTimeout,
	string defaultKeyspace
)

Parameters

withoutRowSetBuffering
Type: SystemBoolean
queryAbortTimeout
Type: SystemInt32
defaultKeyspace
Type: SystemString
See Also