| QdbCluster Constructor (String, String, String, String) |
Connects securely 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,
string clusterPublicKey,
string userName,
string userPrivateKey
)
Public Sub New (
uri As String,
clusterPublicKey As String,
userName As String,
userPrivateKey As String
)
Parameters
- uri
- Type: SystemString
The URI of the quasardb database. - clusterPublicKey
- Type: SystemString
Cluster public key used for database authentication. - userName
- Type: SystemString
User name used for connection. - userPrivateKey
- Type: SystemString
User private key used for connection.
See Also