dotNetRDF API Documentation

IAsyncUpdateableStorage Interface

Interface for storage providers which allow SPARQL Updates to be made against them asynchronously

For a list of all members of this type, see IAsyncUpdateableStorage Members .

public interface IAsyncUpdateableStorage : IAsyncQueryableStorage, IAsyncStorageProvider, IStorageCapabilities, IDisposable

Types that implement IAsyncUpdateableStorage

Type Description
AllegroGraphConnector Class for connecting to an AllegroGraph Store
DydraConnector Obsolete. Class for connecting to repositories hosted on Dydra
FourStoreConnector Class for connecting to 4store
FusekiConnector Class for connecting to any dataset that can be exposed via Fuseki
InMemoryManager Provides a wrapper around an in-memory store

Requirements

Namespace: VDS.RDF.Storage

Assembly: dotNetRDF (in dotNetRDF.dll)

See Also

IAsyncUpdateableStorage Members | VDS.RDF.Storage Namespace