Class StardogConnector
A Stardog connector for connecting to Stardog servers running the latest version, currently this is version 3.*.
Inheritance
StardogConnector
Implements
Inherited Members
BaseStardogConnector.Query(IRdfHandler, ISparqlResultsHandler, string, AsyncStorageCallback, object)
Namespace: VDS.RDF.Storage
Assembly: dotNetRdf.dll
Syntax
public class StardogConnector : StardogV3Connector, IAsyncTransactionalStorage, IConfigurationSerializable, ITransactionalStorage, IReasoningQueryableStorage, IUpdateableStorage, IQueryableStorage, IStorageProvider, IAsyncUpdateableStorage, IAsyncQueryableStorage, IAsyncStorageProvider, IStorageCapabilities, IDisposable
Constructors
| Edit this page View SourceStardogConnector(string, string)
Creates a new connection to a Stardog Store.
Declaration
public StardogConnector(string baseUri, string kbID)
Parameters
Type | Name | Description |
---|---|---|
string | baseUri | Base Uri of the Server. |
string | kbID | Knowledge Base (i.e. Database) ID. |
StardogConnector(string, string, IWebProxy)
Creates a new connection to a Stardog Store.
Declaration
public StardogConnector(string baseUri, string kbID, IWebProxy proxy)
Parameters
Type | Name | Description |
---|---|---|
string | baseUri | Base Uri of the Server. |
string | kbID | Knowledge Base (i.e. Database) ID. |
IWebProxy | proxy | Proxy Server. |
StardogConnector(string, string, string, string)
Creates a new connection to a Stardog Store.
Declaration
public StardogConnector(string baseUri, string kbID, string username, string password)
Parameters
Type | Name | Description |
---|---|---|
string | baseUri | Base Uri of the Server. |
string | kbID | Knowledge Base (i.e. Database) ID. |
string | username | Username. |
string | password | Password. |
StardogConnector(string, string, string, string, IWebProxy)
Creates a new connection to a Stardog Store.
Declaration
public StardogConnector(string baseUri, string kbID, string username, string password, IWebProxy proxy)
Parameters
Type | Name | Description |
---|---|---|
string | baseUri | Base Uri of the Server. |
string | kbID | Knowledge Base (i.e. Database) ID. |
string | username | Username. |
string | password | Password. |
IWebProxy | proxy | Proxy Server. |