Class StardogV1Connector
A Stardog Connector for connecting to Stardog version 1.* servers.
Inheritance
System.Object
StardogV1Connector
Implements
System.IDisposable
Inherited Members
BaseStardogConnector.Query(IRdfHandler, ISparqlResultsHandler, String, AsyncStorageCallback, Object)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
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)
Creates a new connection to a Stardog Store.
Declaration
public StardogV1Connector(string baseUri, string kbID)
Parameters
Type | Name | Description |
---|---|---|
System.String | baseUri | Base Uri of the Server. |
System.String | kbID | Knowledge Base (i.e. Database) ID. |
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 |
---|---|---|
System.String | baseUri | Base Uri of the Server. |
System.String | kbID | Knowledge Base (i.e. Database) ID. |
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 |
---|---|---|
System.String | baseUri | Base Uri of the Server. |
System.String | kbID | Knowledge Base (i.e. Database) ID. |
System.String | username | Username. |
System.String | password | Password. |
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 |
---|---|---|
System.String | baseUri | Base Uri of the Server. |
System.String | kbID | Knowledge Base (i.e. Database) ID. |
System.String | username | Username. |
System.String | password | Password. |
System.Net.IWebProxy | proxy | Proxy Server. |
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 |
---|---|---|
System.String | baseUri | Base Uri of the Server. |
System.String | kbID | Knowledge Base (i.e. Database) ID. |
StardogReasoningMode | reasoning | Reasoning Mode. |
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 |
---|---|---|
System.String | baseUri | Base Uri of the Server. |
System.String | kbID | Knowledge Base (i.e. Database) ID. |
StardogReasoningMode | reasoning | Reasoning Mode. |
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 |
---|---|---|
System.String | baseUri | Base Uri of the Server. |
System.String | kbID | Knowledge Base (i.e. Database) ID. |
StardogReasoningMode | reasoning | Reasoning Mode. |
System.String | username | Username. |
System.String | password | Password. |
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 |
---|---|---|
System.String | baseUri | Base Uri of the Server. |
System.String | kbID | Knowledge Base (i.e. Database) ID. |
StardogReasoningMode | reasoning | Reasoning Mode. |
System.String | username | Username. |
System.String | password | Password. |
System.Net.IWebProxy | proxy | Proxy Server. |
Implements
System.IDisposable