Class StardogV3Connector
A Stardog Connector for connecting to Stardog version 3.* servers.
Inheritance
System.Object
StardogV3Connector
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 StardogV3Connector : StardogV2Connector, IAsyncTransactionalStorage, IConfigurationSerializable, ITransactionalStorage, IReasoningQueryableStorage, IUpdateableStorage, IQueryableStorage, IStorageProvider, IAsyncUpdateableStorage, IAsyncQueryableStorage, IAsyncStorageProvider, IStorageCapabilities, IDisposable
Constructors
| Improve this Doc View SourceStardogV3Connector(String, String)
Creates a new connection to a Stardog Store.
Declaration
public StardogV3Connector(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. |
StardogV3Connector(String, String, IWebProxy)
Creates a new connection to a Stardog Store.
Declaration
public StardogV3Connector(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. |
StardogV3Connector(String, String, String, String)
Creates a new connection to a Stardog Store.
Declaration
public StardogV3Connector(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. |
StardogV3Connector(String, String, String, String, IWebProxy)
Creates a new connection to a Stardog Store.
Declaration
public StardogV3Connector(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. |
Properties
| Improve this Doc View SourceReasoning
Gets/Sets the reasoning mode to use for queries.
Declaration
public override StardogReasoningMode Reasoning { get; set; }
Property Value
Type | Description |
---|---|
StardogReasoningMode |
Overrides
Methods
| Improve this Doc View SourceAddStardogHeaders(HttpWebRequest)
Adds Stardog specific request headers.
Declaration
protected override void AddStardogHeaders(HttpWebRequest request)
Parameters
Type | Name | Description |
---|---|---|
System.Net.HttpWebRequest | request |
Overrides
Implements
System.IDisposable