Click or drag to resize

QueryableReadOnlyConnector Properties

The QueryableReadOnlyConnector type exposes the following members.

Properties
  NameDescription
Public propertyDeleteSupported
Returns that deleting graphs is not supported.
(Inherited from ReadOnlyConnector.)
Public propertyIOBehaviour
Gets the IO Behaviour of the read-only connection taking into account the IO Behaviour of the underlying store.
(Inherited from ReadOnlyConnector.)
Public propertyIsReadOnly
Returns that the Store is read-only.
(Inherited from ReadOnlyConnector.)
Public propertyIsReady
Returns whether the Store is ready.
(Inherited from ReadOnlyConnector.)
Public propertyListGraphsSupported
Returns that listing Graphs is supported.
(Overrides ReadOnlyConnectorListGraphsSupported.)
Public propertyParentServer
Gets the parent server (if any).
(Inherited from ReadOnlyConnector.)
Public propertyUpdateSupported
Returns that Update is not supported.
(Inherited from ReadOnlyConnector.)
Top
See Also