| 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
)
Public Sub New (
uri As String,
parallelismCount As Integer
)
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