Click or drag to resize

ReadWriteSparqlConnector Properties

The ReadWriteSparqlConnector type exposes the following members.

Properties
  NameDescription
Public propertyDeleteSupported
Gets that deleting graphs is supported.
(Overrides SparqlConnectorDeleteSupported.)
Public propertyEndpoint
Gets the underlying SparqlRemoteEndpoint which this class is a wrapper around.
(Inherited from SparqlConnector.)
Public propertyIOBehaviour
Gets the IO behaviour for the store.
(Overrides SparqlConnectorIOBehaviour.)
Public propertyIsReadOnly
Gets that the store is not read-only.
(Overrides SparqlConnectorIsReadOnly.)
Public propertyIsReady
Returns that the Connection is ready.
(Inherited from SparqlConnector.)
Public propertyListGraphsSupported
Returns that listing graphs is supported.
(Inherited from SparqlConnector.)
Public propertyParentServer
Gets the parent server (if any).
(Inherited from SparqlConnector.)
Public propertySkipLocalParsing
Controls whether the Query will be parsed locally to accurately determine its Query Type for processing the response.
(Inherited from SparqlConnector.)
Public propertyTimeout
Gets/Sets the HTTP Timeout in milliseconds used for communicating with the SPARQL Endpoint.
(Overrides SparqlConnectorTimeout.)
Public propertyUpdateEndpoint
Gets the underlying SparqlRemoteUpdateEndpoint which this class is a wrapper around.
Public propertyUpdateSupported
Gets that triple level updates are supported, see the remarks section of the ReadWriteSparqlConnector for exactly what is and isn't supported.
(Overrides SparqlConnectorUpdateSupported.)
Top
See Also