Click or drag to resize

IStorageCapabilities Interface

Interface which describes the capabilities of some storage provider.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public interface IStorageCapabilities

The IStorageCapabilities type exposes the following members.

Properties
  NameDescription
Public propertyDeleteSupported
Gets whether the deletion of graphs is supported.
Public propertyIOBehaviour
Gets the Save Behaviour the Store uses.
Public propertyIsReadOnly
Gets whether the connection with the underlying Store is read-only.
Public propertyIsReady
Gets whether the connection with the underlying Store is ready for use.
Public propertyListGraphsSupported
Gets whether the Store supports Listing Graphs.
Public propertyUpdateSupported
Gets whether the triple level updates are supported.
Top
See Also