Class StardogV1Connector
A Stardog Connector for connecting to Stardog version 1.* servers.
Inheritance
Implements
Inherited Members
Namespace: VDS.RDF.Storage
Assembly: dotNetRdf.dll
Syntax
public class StardogV1Connector : BaseStardogConnector, IAsyncQueryableStorage, IAsyncStorageProvider, IAsyncTransactionalStorage, IConfigurationSerializable, IQueryableStorage, ITransactionalStorage, IReasoningQueryableStorage, IStorageProvider, IStorageCapabilities, IDisposable
Constructors
| Improve this Doc View SourceStardogV1Connector(string, string, HttpClientHandler)
Creates a new connection to a Stardog store.
Declaration
public StardogV1Connector(string baseUri, string kbId, HttpClientHandler httpClientHandler)
Parameters
Type | Name | Description |
---|---|---|
string | baseUri | |
string | kbId | |
System.Net.Http.HttpClientHandler | httpClientHandler |
StardogV1Connector(string, string, IWebProxy)
Creates a new connection to a Stardog Store.
Declaration
public StardogV1Connector(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. |
System.Net.IWebProxy | proxy | Proxy Server. |
StardogV1Connector(string, string, string, string, IWebProxy)
Creates a new connection to a Stardog Store.
Declaration
public StardogV1Connector(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. |
System.Net.IWebProxy | proxy | Proxy Server. |
StardogV1Connector(string, string, string, string)
Creates a new connection to a Stardog Store.
Declaration
public StardogV1Connector(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. |
StardogV1Connector(string, string, StardogReasoningMode, IWebProxy)
Creates a new connection to a Stardog Store.
Declaration
public StardogV1Connector(string baseUri, string kbID, StardogReasoningMode reasoning, IWebProxy proxy)
Parameters
Type | Name | Description |
---|---|---|
string | baseUri | Base Uri of the Server. |
string | kbID | Knowledge Base (i.e. Database) ID. |
StardogReasoningMode | reasoning | Reasoning Mode. |
System.Net.IWebProxy | proxy | Proxy Server. |
StardogV1Connector(string, string, StardogReasoningMode, string, string, IWebProxy)
Creates a new connection to a Stardog Store.
Declaration
public StardogV1Connector(string baseUri, string kbID, StardogReasoningMode reasoning, 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. |
StardogReasoningMode | reasoning | Reasoning Mode. |
string | username | Username. |
string | password | Password. |
System.Net.IWebProxy | proxy | Proxy Server. |
StardogV1Connector(string, string, StardogReasoningMode, string, string)
Creates a new connection to a Stardog Store.
Declaration
public StardogV1Connector(string baseUri, string kbID, StardogReasoningMode reasoning, string username, string password)
Parameters
Type | Name | Description |
---|---|---|
string | baseUri | Base Uri of the Server. |
string | kbID | Knowledge Base (i.e. Database) ID. |
StardogReasoningMode | reasoning | Reasoning Mode. |
string | username | Username. |
string | password | Password. |
StardogV1Connector(string, string, StardogReasoningMode)
Creates a new connection to a Stardog Store.
Declaration
public StardogV1Connector(string baseUri, string kbID, StardogReasoningMode reasoning)
Parameters
Type | Name | Description |
---|---|---|
string | baseUri | Base Uri of the Server. |
string | kbID | Knowledge Base (i.e. Database) ID. |
StardogReasoningMode | reasoning | Reasoning Mode. |
StardogV1Connector(string, string)
Creates a new connection to a Stardog Store.
Declaration
public StardogV1Connector(string baseUri, string kbID)
Parameters
Type | Name | Description |
---|---|---|
string | baseUri | Base Uri of the Server. |
string | kbID | Knowledge Base (i.e. Database) ID. |