Click or drag to resize

QdbCluster Constructor (String, Int32)

Connects to a quasardb database.

Namespace:  Quasardb
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public QdbCluster(
	string uri,
	int parallelismCount
)

Parameters

uri
Type: SystemString
The URI of the quasardb database.
parallelismCount
Type: SystemInt32
Number of threads. Value of 0 means the number of logical processor cores divided by two.
See Also