Click or drag to resize

DatasetFileManager Properties

The DatasetFileManager type exposes the following members.

Properties
  NameDescription
Public propertyAsyncParentServer
Gets the parent server (if any).
(Inherited from BaseAsyncSafeConnector.)
Public propertyDeleteSupported
Returns that deleting graphs is not supported.
(Overrides BaseAsyncSafeConnectorDeleteSupported.)
Public propertyIOBehaviour
Gets the Save Behaviour of the Store.
(Overrides BaseAsyncSafeConnectorIOBehaviour.)
Public propertyIsReadOnly
Returns that the Manager is read-only.
(Overrides BaseAsyncSafeConnectorIsReadOnly.)
Public propertyIsReady
Returns that the Manager is ready if the underlying file has been loaded.
(Overrides BaseAsyncSafeConnectorIsReady.)
Public propertyListGraphsSupported
Returns that listing graphs is supported.
(Overrides BaseAsyncSafeConnectorListGraphsSupported.)
Public propertyParentServer
Gets the parent server (if any).
(Inherited from BaseAsyncSafeConnector.)
Public propertySourceFile
Gets the Source File this manager represents a read-only view of.
Public propertyUpdateSupported
Returns that Updates are not supported since this is a read-only connection.
(Overrides BaseAsyncSafeConnectorUpdateSupported.)
Top
See Also