IStorageProvider Interface |
Namespace: VDS.RDF.Storage
The IStorageProvider type exposes the following members.
Name | Description | |
---|---|---|
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.) | |
ParentServer |
Gets the Parent Server on which this store is hosted (if any).
| |
UpdateSupported |
Gets whether the triple level updates are supported.
(Inherited from IStorageCapabilities.) |
Name | Description | |
---|---|---|
DeleteGraph(String) |
Deletes a Graph from the Store.
| |
DeleteGraph(Uri) |
Deletes a Graph from the Store.
| |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
ListGraphs |
Gets a List of Graph URIs for the graphs in the store.
| |
LoadGraph(IGraph, String) |
Loads a Graph from the Store.
| |
LoadGraph(IGraph, Uri) |
Loads a Graph from the Store.
| |
LoadGraph(IRdfHandler, String) |
Loads a Graph from the Store using the RDF Handler.
| |
LoadGraph(IRdfHandler, Uri) |
Loads a Graph from the Store using the RDF Handler.
| |
SaveGraph |
Saves a Graph to the Store.
| |
UpdateGraph(String, IEnumerableTriple, IEnumerableTriple) |
Updates a Graph in the Store.
| |
UpdateGraph(Uri, IEnumerableTriple, IEnumerableTriple) |
Updates a Graph in the Store.
|