IAsyncStorageProvider Interface |
Namespace: VDS.RDF.Storage
The IAsyncStorageProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsyncParentServer |
Gets the Parent Server on which this store is hosted (if any).
|
![]() | DeleteSupported |
Gets whether the deletion of graphs is supported.
(Inherited from IStorageCapabilities.) |
![]() | IOBehaviour |
Gets the Save Behaviour the Store uses.
(Inherited from IStorageCapabilities.) |
![]() | IsReadOnly |
Gets whether the connection with the underlying Store is read-only.
(Inherited from IStorageCapabilities.) |
![]() | IsReady |
Gets whether the connection with the underlying Store is ready for use.
(Inherited from IStorageCapabilities.) |
![]() | ListGraphsSupported |
Gets whether the Store supports Listing Graphs.
(Inherited from IStorageCapabilities.) |
![]() | UpdateSupported |
Gets whether the triple level updates are supported.
(Inherited from IStorageCapabilities.) |
Name | Description | |
---|---|---|
![]() | DeleteGraph(String, AsyncStorageCallback, Object) |
Deletes a Graph from the Store.
|
![]() | DeleteGraph(Uri, AsyncStorageCallback, Object) |
Deletes a Graph from the Store.
|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | ListGraphs |
Lists the Graphs in the Store asynchronously.
|
![]() | LoadGraph(IGraph, String, AsyncStorageCallback, Object) |
Loads a Graph from the Store asynchronously.
|
![]() | LoadGraph(IGraph, Uri, AsyncStorageCallback, Object) |
Loads a Graph from the Store asynchronously.
|
![]() | LoadGraph(IRdfHandler, String, AsyncStorageCallback, Object) |
Loads a Graph from the Store asynchronously.
|
![]() | LoadGraph(IRdfHandler, Uri, AsyncStorageCallback, Object) |
Loads a Graph from the Store asynchronously.
|
![]() | SaveGraph |
Saves a Graph to the Store asynchronously.
|
![]() | UpdateGraph(String, IEnumerable<Triple>, IEnumerable<Triple>, AsyncStorageCallback, Object) |
Updates a Graph in the Store asychronously.
|
![]() | UpdateGraph(Uri, IEnumerable<Triple>, IEnumerable<Triple>, AsyncStorageCallback, Object) |
Updates a Graph in the Store asychronously.
|