AllegroGraphServer Constructor (String, String, String, String) |
Creates a new Connection to an AllegroGraph store.
Namespace:
VDS.RDF.Storage.Management
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public AllegroGraphServer(
string baseUri,
string catalogID,
string username,
string password
)
Public Sub New (
baseUri As String,
catalogID As String,
username As String,
password As String
)
Parameters
- baseUri
- Type: SystemString
Base Uri for the Store. - catalogID
- Type: SystemString
Catalog ID. - username
- Type: SystemString
Username for connecting to the Store. - password
- Type: SystemString
Password for connecting to the Store.
See Also