dotNetRDF API Documentation

StardogConnector Members

StardogConnector overview

Public Static Fields

AnonymousUser Constant for the default Anonymous user account and password used by Stardog if you have not supplied a shiro.ini file or otherwise disabled security

Public Instance Constructors

StardogConnector Overloaded. Initializes a new instance of the StardogConnector class.

Public Instance Properties

AsyncParentServer Gets the parent server
BaseUri Gets the Base URI of the Stardog server
DeleteSupported Returns that deleting graphs from the Stardog store is not yet supported (due to a .Net specific issue)
IOBehaviour Gets the IO Behaviour of Stardog
IsReadOnly Returns that the Connection is not read-only
IsReady Returns that the Connection is ready
ListGraphsSupported Returns that listing Graphs is supported
ParentServer Gets the parent server
Proxy (inherited from BaseHttpConnector) Gets/Sets a Proxy Server to be used
ProxyCredentials (inherited from BaseHttpConnector) Gets/Sets Credentials to be used for Proxy Server
Reasoning Gets/Sets the reasoning mode to use for queries
UpdateSupported Returns that Updates are supported on Stardog Stores

Public Instance Methods

BeginOverloaded. Begins a new Transaction
ClearProxy (inherited from BaseHttpConnector) Clears any in-use credentials so subsequent requests will not use a proxy server
ClearProxyCredentials (inherited from BaseHttpConnector) Clears the in-use proxy credentials so subsequent requests still use the proxy server but without credentials
CommitOverloaded. Commits the active Transaction
DeleteGraphOverloaded. Deletes a Graph from the Stardog store
DeleteGraph (inherited from BaseAsyncHttpConnector)Overloaded. Deletes a Graph from the Store
Dispose Disposes of the Connector
Equals (inherited from Object)
GetHashCode (inherited from Object)
GetType (inherited from Object)
ListGraphsOverloaded. Gets the list of Graphs in the Stardog store
ListGraphs (inherited from BaseAsyncHttpConnector)Overloaded. Lists the Graphs in the Store asynchronously
LoadGraphOverloaded. Loads a Graph from the Store
LoadGraph (inherited from BaseAsyncHttpConnector)Overloaded. Loads a Graph from the Store asynchronously
QueryOverloaded. Makes a SPARQL Query against the underlying Store using whatever reasoning mode is currently in-use
RollbackOverloaded. Rolls back the active Transaction
SaveGraphOverloaded. Saves a Graph into the Store (see remarks for notes on merge/overwrite behaviour)
SerializeConfiguration Serializes the connection's configuration
SetProxy (inherited from BaseHttpConnector)Overloaded. Sets a Proxy Server to be used
SetProxyCredentials (inherited from BaseHttpConnector)Overloaded. Sets Credentials to be used for Proxy Server
ToString Gets a String which gives details of the Connection
UpdateGraphOverloaded. Updates a Graph in the Stardog Store
UpdateGraph (inherited from BaseAsyncHttpConnector)Overloaded. Updates a Graph in the Store asychronously

Protected Instance Methods

DeleteGraphAsync (inherited from BaseAsyncHttpConnector) Helper method for doing async delete operations, callers just need to provide an appropriately prepared HTTP request
Finalize (inherited from Object)
GetProxiedRequest (inherited from BaseHttpConnector) Adds Proxy Server to requests if used
LoadGraphAsync (inherited from BaseAsyncHttpConnector) Helper method for doing async load operations, callers just need to provide an appropriately prepared HTTP request
MakeRequestSequence (inherited from BaseAsyncHttpConnector) Helper method for doing async operations where a sequence of HTTP requests must be run
MemberwiseClone (inherited from Object)
SaveGraphAsync (inherited from BaseAsyncHttpConnector) Helper method for doing async save operations, callers just need to provide an appropriately perpared HTTP requests and a RDF writer which will be used to write the data to the request body
SerializeProxyConfig (inherited from BaseHttpConnector) Helper method which adds proxy configuration to serialization
UpdateGraphAsync (inherited from BaseAsyncHttpConnector) Helper method for doing async update operations, callers just need to provide an appropriately prepared HTTP request and a RDF writer which will be used to write the data to the request body

See Also

StardogConnector Class | VDS.RDF.Storage Namespace