Show / Hide Table of Contents

Class StardogConnector

A Stardog connector for connecting to Stardog servers running the latest version, currently this is version 3.*.

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
StardogV3Connector.Reasoning
StardogV3Connector.AddStardogHeaders(HttpWebRequest)
StardogV3Connector.AddStardogHeaders(HttpRequestMessage)
StardogV2Connector.GetReasoningParameter()
StardogV2Connector.Update(string)
StardogV2Connector.Update(string, AsyncStorageCallback, object)
StardogV2Connector.UpdateAsync(string, CancellationToken)
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, bool)
BaseStardogConnector.Query(IRdfHandler, ISparqlResultsHandler, string)
BaseStardogConnector.Query(IRdfHandler, ISparqlResultsHandler, string, bool)
BaseStardogConnector.LoadGraph(IGraph, Uri)
BaseStardogConnector.LoadGraph(IRdfHandler, Uri)
BaseStardogConnector.LoadGraph(IGraph, string)
BaseStardogConnector.LoadGraph(IRdfHandler, string)
BaseStardogConnector.SaveGraph(IGraph)
BaseStardogConnector.UpdateGraph(IRefNode, IEnumerable<Triple>, IEnumerable<Triple>)
BaseStardogConnector.UpdateGraph(Uri, IEnumerable<Triple>, IEnumerable<Triple>)
BaseStardogConnector.UpdateGraph(string, IEnumerable<Triple>, IEnumerable<Triple>)
BaseStardogConnector.DeleteGraph(Uri)
BaseStardogConnector.DeleteGraph(string)
BaseStardogConnector.ListGraphs()
BaseStardogConnector.ListGraphNames()
BaseStardogConnector.AsyncParentServer
BaseStardogConnector.SaveGraph(IGraph, AsyncStorageCallback, object)
BaseStardogConnector.SaveGraphAsync(IGraph, CancellationToken)
BaseStardogConnector.SaveGraphAsync(IGraph, AsyncStorageCallback, object)
BaseStardogConnector.SaveGraphAsync(string, bool, IGraph, AsyncStorageCallback, object)
BaseStardogConnector.SaveGraphAsync(string, bool, IGraph, CancellationToken)
BaseStardogConnector.LoadGraph(IRdfHandler, string, AsyncStorageCallback, object)
BaseStardogConnector.LoadGraphAsync(IRdfHandler, string, CancellationToken)
BaseStardogConnector.UpdateGraph(string, IEnumerable<Triple>, IEnumerable<Triple>, AsyncStorageCallback, object)
BaseStardogConnector.UpdateGraphAsync(string, IEnumerable<Triple>, IEnumerable<Triple>, AsyncStorageCallback, object)
BaseStardogConnector.UpdateGraphAsync(string, IEnumerable<Triple>, IEnumerable<Triple>, CancellationToken)
BaseStardogConnector.UpdateGraphAsync(string, bool, string, IEnumerable<Triple>, IEnumerable<Triple>, AsyncStorageCallback, object)
BaseStardogConnector.MakeAddTriplesRequestMessage(string, string, IEnumerable<Triple>)
BaseStardogConnector.MakeRemoveTriplesRequestMessage(string, string, IEnumerable<Triple>)
BaseStardogConnector.UpdateGraphAsync(string, bool, string, IEnumerable<Triple>, IEnumerable<Triple>, CancellationToken)
BaseStardogConnector.DeleteGraph(string, AsyncStorageCallback, object)
BaseStardogConnector.DeleteGraphAsync(string, bool, string, AsyncStorageCallback, object)
BaseStardogConnector.MakeDeleteGraphRequestMessage(string, string)
BaseStardogConnector.DeleteGraphAsync(string, CancellationToken)
BaseStardogConnector.DeleteGraphAsync(string, string, bool, CancellationToken)
BaseStardogConnector.Query(string, AsyncStorageCallback, object)
BaseStardogConnector.QueryAsync(string, CancellationToken)
BaseStardogConnector.Query(IRdfHandler, ISparqlResultsHandler, string, AsyncStorageCallback, object)
BaseStardogConnector.QueryAsync(IRdfHandler, ISparqlResultsHandler, string, CancellationToken)
BaseStardogConnector.CreateRequest(string, string, string, Dictionary<string, string>)
BaseStardogConnector.CreateRequest(string, string, HttpMethod, Dictionary<string, string>)
BaseStardogConnector.BeginTransaction(bool)
BaseStardogConnector.CommitTransaction(string)
BaseStardogConnector.RollbackTransaction(string)
BaseStardogConnector.Begin()
BaseStardogConnector.Begin(bool)
BaseStardogConnector.Commit()
BaseStardogConnector.Rollback()
BaseStardogConnector.Begin(AsyncStorageCallback, object)
BaseStardogConnector.BeginAsync(CancellationToken)
BaseStardogConnector.Commit(AsyncStorageCallback, object)
BaseStardogConnector.CommitAsync(CancellationToken)
BaseStardogConnector.Rollback(AsyncStorageCallback, object)
BaseStardogConnector.RollbackAsync(CancellationToken)
BaseStardogConnector.Dispose(bool)
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(IGraph, string, CancellationToken)
BaseAsyncHttpConnector.LoadGraphAsync(HttpRequestMessage, IRdfHandler, AsyncStorageCallback, object)
BaseAsyncHttpConnector.LoadGraphAsync(HttpRequestMessage, IRdfHandler, CancellationToken)
BaseAsyncHttpConnector.SaveGraphAsync(HttpRequestMessage, IRdfWriter, IGraph, AsyncStorageCallback, object)
BaseAsyncHttpConnector.SaveGraphAsync(HttpRequestMessage, IGraph, AsyncStorageCallback, object)
BaseAsyncHttpConnector.SaveGraphAsync(HttpRequestMessage, CancellationToken)
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.UpdateGraphAsync(HttpRequestMessage, IRdfWriter, Uri, IEnumerable<Triple>, AsyncStorageCallback, object)
BaseAsyncHttpConnector.UpdateGraphAsync(HttpRequestMessage, IRdfWriter, IEnumerable<Triple>, CancellationToken)
BaseAsyncHttpConnector.DeleteGraph(Uri, AsyncStorageCallback, object)
BaseAsyncHttpConnector.DeleteGraphAsync(HttpWebRequest, bool, string, AsyncStorageCallback, object)
BaseAsyncHttpConnector.DeleteGraphAsync(HttpRequestMessage, bool, string, AsyncStorageCallback, object)
BaseAsyncHttpConnector.DeleteGraphAsync(HttpRequestMessage, bool, CancellationToken)
BaseAsyncHttpConnector.ListGraphs(AsyncStorageCallback, object)
BaseAsyncHttpConnector.ListGraphsAsync(CancellationToken)
BaseAsyncHttpConnector.UriFactory
BaseAsyncHttpConnector.MakeRequestSequence(IEnumerable<HttpRequestMessage>, AsyncStorageCallback, object)
BaseHttpConnector.HttpClient
BaseHttpConnector.HttpClientHandler
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.SerializeStandardConfig(INode, ConfigurationSerializationContext)
BaseHttpConnector.SetCredentials(string, string)
BaseHttpConnector.Dispose()
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, 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

| Improve this Doc View Source

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.

System.Net.IWebProxy proxy

Proxy Server.

| Improve this Doc View Source

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.

System.Net.IWebProxy proxy

Proxy Server.

| Improve this Doc View Source

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.

| Improve this Doc View Source

StardogConnector(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.

Implements

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

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • StardogConnector(string, string, IWebProxy)
    • StardogConnector(string, string, string, string, IWebProxy)
    • StardogConnector(string, string, string, string)
    • StardogConnector(string, string)
  • Implements
  • Extension Methods
Back to top Generated by DocFX