Show / Hide Table of Contents

Class StardogV3Connector

A Stardog Connector for connecting to Stardog version 3.* servers.
Inheritance
System.Object
BaseHttpConnector
BaseAsyncHttpConnector
BaseStardogConnector
StardogV1Connector
StardogV2Connector
StardogV3Connector
StardogConnector
Implements
IAsyncTransactionalStorage
IConfigurationSerializable
ITransactionalStorage
IReasoningQueryableStorage
IUpdateableStorage
IQueryableStorage
IStorageProvider
IAsyncUpdateableStorage
IAsyncQueryableStorage
IAsyncStorageProvider
IStorageCapabilities
System.IDisposable
Inherited Members
StardogV2Connector.GetReasoningParameter()
StardogV2Connector.Update(String)
StardogV2Connector.Update(String, AsyncStorageCallback, Object)
BaseStardogConnector.AnonymousUser
BaseStardogConnector.Server
BaseStardogConnector.BaseUri
BaseStardogConnector.KbId
BaseStardogConnector.IOBehaviour
BaseStardogConnector.ListGraphsSupported
BaseStardogConnector.IsReady
BaseStardogConnector.IsReadOnly
BaseStardogConnector.UpdateSupported
BaseStardogConnector.DeleteSupported
BaseStardogConnector.ParentServer
BaseStardogConnector.Query(String)
BaseStardogConnector.Query(String, Boolean)
BaseStardogConnector.Query(IRdfHandler, ISparqlResultsHandler, String)
BaseStardogConnector.Query(IRdfHandler, ISparqlResultsHandler, String, Boolean)
BaseStardogConnector.LoadGraph(IGraph, Uri)
BaseStardogConnector.LoadGraph(IRdfHandler, Uri)
BaseStardogConnector.LoadGraph(IGraph, String)
BaseStardogConnector.LoadGraph(IRdfHandler, String)
BaseStardogConnector.SaveGraph(IGraph)
BaseStardogConnector.UpdateGraph(Uri, IEnumerable<Triple>, IEnumerable<Triple>)
BaseStardogConnector.UpdateGraph(String, IEnumerable<Triple>, IEnumerable<Triple>)
BaseStardogConnector.DeleteGraph(Uri)
BaseStardogConnector.DeleteGraph(String)
BaseStardogConnector.ListGraphs()
BaseStardogConnector.AsyncParentServer
BaseStardogConnector.SaveGraph(IGraph, AsyncStorageCallback, Object)
BaseStardogConnector.SaveGraphAsync(IGraph, AsyncStorageCallback, Object)
BaseStardogConnector.SaveGraphAsync(String, Boolean, IGraph, AsyncStorageCallback, Object)
BaseStardogConnector.LoadGraph(IRdfHandler, String, AsyncStorageCallback, Object)
BaseStardogConnector.UpdateGraph(String, IEnumerable<Triple>, IEnumerable<Triple>, AsyncStorageCallback, Object)
BaseStardogConnector.UpdateGraphAsync(String, IEnumerable<Triple>, IEnumerable<Triple>, AsyncStorageCallback, Object)
BaseStardogConnector.UpdateGraphAsync(String, Boolean, String, IEnumerable<Triple>, IEnumerable<Triple>, AsyncStorageCallback, Object)
BaseStardogConnector.DeleteGraph(String, AsyncStorageCallback, Object)
BaseStardogConnector.DeleteGraphAsync(String, Boolean, String, AsyncStorageCallback, Object)
BaseStardogConnector.Query(String, AsyncStorageCallback, Object)
BaseStardogConnector.Query(IRdfHandler, ISparqlResultsHandler, String, AsyncStorageCallback, Object)
BaseStardogConnector.CreateRequest(String, String, String, Dictionary<String, String>)
BaseStardogConnector.BeginTransaction(Boolean)
BaseStardogConnector.CommitTransaction(String)
BaseStardogConnector.RollbackTransaction(String)
BaseStardogConnector.Begin()
BaseStardogConnector.Begin(Boolean)
BaseStardogConnector.Commit()
BaseStardogConnector.Rollback()
BaseStardogConnector.Begin(AsyncStorageCallback, Object)
BaseStardogConnector.Commit(AsyncStorageCallback, Object)
BaseStardogConnector.Rollback(AsyncStorageCallback, Object)
BaseStardogConnector.Dispose()
BaseStardogConnector.ToString()
BaseStardogConnector.SerializeConfiguration(ConfigurationSerializationContext)
BaseAsyncHttpConnector.LoadGraph(IGraph, Uri, AsyncStorageCallback, Object)
BaseAsyncHttpConnector.LoadGraph(IGraph, String, AsyncStorageCallback, Object)
BaseAsyncHttpConnector.LoadGraph(IRdfHandler, Uri, AsyncStorageCallback, Object)
BaseAsyncHttpConnector.LoadGraphAsync(HttpWebRequest, IRdfHandler, AsyncStorageCallback, Object)
BaseAsyncHttpConnector.SaveGraphAsync(HttpWebRequest, IRdfWriter, IGraph, AsyncStorageCallback, Object)
BaseAsyncHttpConnector.UpdateGraph(Uri, IEnumerable<Triple>, IEnumerable<Triple>, AsyncStorageCallback, Object)
BaseAsyncHttpConnector.UpdateGraphAsync(HttpWebRequest, IRdfWriter, Uri, IEnumerable<Triple>, AsyncStorageCallback, Object)
BaseAsyncHttpConnector.DeleteGraph(Uri, AsyncStorageCallback, Object)
BaseAsyncHttpConnector.DeleteGraphAsync(HttpWebRequest, Boolean, String, AsyncStorageCallback, Object)
BaseAsyncHttpConnector.ListGraphs(AsyncStorageCallback, Object)
BaseAsyncHttpConnector.MakeRequestSequence(IEnumerable<HttpWebRequest>, AsyncStorageCallback, Object)
BaseHttpConnector.SetProxy(String)
BaseHttpConnector.SetProxy(Uri)
BaseHttpConnector.Proxy
BaseHttpConnector.ClearProxy()
BaseHttpConnector.SetProxyCredentials(String, String)
BaseHttpConnector.SetProxyCredentials(String, String, String)
BaseHttpConnector.ProxyCredentials
BaseHttpConnector.ClearProxyCredentials()
BaseHttpConnector.Timeout
BaseHttpConnector.Username
BaseHttpConnector.Password
BaseHttpConnector.ApplyRequestOptions(HttpWebRequest)
BaseHttpConnector.SerializeStandardConfig(INode, ConfigurationSerializationContext)
BaseHttpConnector.SetCredentials(String, String)
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 Source

StardogV3Connector(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.
| Improve this Doc View Source

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.
| Improve this Doc View Source

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.
| Improve this Doc View Source

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 Source

Reasoning

Gets/Sets the reasoning mode to use for queries.
Declaration
public override StardogReasoningMode Reasoning { get; set; }
Property Value
Type Description
StardogReasoningMode
Overrides
BaseStardogConnector.Reasoning

Methods

| Improve this Doc View Source

AddStardogHeaders(HttpWebRequest)

Adds Stardog specific request headers.
Declaration
protected override void AddStardogHeaders(HttpWebRequest request)
Parameters
Type Name Description
System.Net.HttpWebRequest request
Overrides
StardogV2Connector.AddStardogHeaders(HttpWebRequest)

Implements

IAsyncTransactionalStorage
IConfigurationSerializable
ITransactionalStorage
IReasoningQueryableStorage
IUpdateableStorage
IQueryableStorage
IStorageProvider
IAsyncUpdateableStorage
IAsyncQueryableStorage
IAsyncStorageProvider
IStorageCapabilities
System.IDisposable

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • StardogV3Connector(String, String)
    • StardogV3Connector(String, String, IWebProxy)
    • StardogV3Connector(String, String, String, String)
    • StardogV3Connector(String, String, String, String, IWebProxy)
  • Properties
    • Reasoning
  • Methods
    • AddStardogHeaders(HttpWebRequest)
  • Implements
  • Extension Methods
Back to top Generated by DocFX