Click or drag to resize

IQueryableStorage Properties

The IQueryableStorage type exposes the following members.

Properties
  NameDescription
Public propertyDeleteSupported
Gets whether the deletion of graphs is supported.
(Inherited from IStorageCapabilities.)
Public propertyIOBehaviour
Gets the Save Behaviour the Store uses.
(Inherited from IStorageCapabilities.)
Public propertyIsReadOnly
Gets whether the connection with the underlying Store is read-only.
(Inherited from IStorageCapabilities.)
Public propertyIsReady
Gets whether the connection with the underlying Store is ready for use.
(Inherited from IStorageCapabilities.)
Public propertyListGraphsSupported
Gets whether the Store supports Listing Graphs.
(Inherited from IStorageCapabilities.)
Public propertyParentServer
Gets the Parent Server on which this store is hosted (if any).
(Inherited from IStorageProvider.)
Public propertyUpdateSupported
Gets whether the triple level updates are supported.
(Inherited from IStorageCapabilities.)
Top
See Also