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 BaseAsyncSafeConnector.DeleteSupported.)
Public propertyIOBehaviour
Gets the Save Behaviour of the Store.
(Overrides BaseAsyncSafeConnector.IOBehaviour.)
Public propertyIsReadOnly
Returns that the Manager is read-only.
(Overrides BaseAsyncSafeConnector.IsReadOnly.)
Public propertyIsReady
Returns that the Manager is ready if the underlying file has been loaded.
(Overrides BaseAsyncSafeConnector.IsReady.)
Public propertyListGraphsSupported
Returns that listing graphs is supported.
(Overrides BaseAsyncSafeConnector.ListGraphsSupported.)
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 BaseAsyncSafeConnector.UpdateSupported.)
Top
See Also