Click or drag to resize

SparqlConnector Properties

The SparqlConnector type exposes the following members.

Properties
  NameDescription
Public propertyDeleteSupported
Returns that deleting graphs is not supported.
Public propertyEndpoint
Gets the underlying SparqlRemoteEndpoint which this class is a wrapper around.
Public propertyIOBehaviour
Gets the IO Behaviour of SPARQL Connections.
Public propertyIsReadOnly
Returns that the Connection is read-only.
Public propertyIsReady
Returns that the Connection is ready.
Public propertyListGraphsSupported
Returns that listing graphs is supported.
Public propertyParentServer
Gets the parent server (if any).
Public propertySkipLocalParsing
Controls whether the Query will be parsed locally to accurately determine its Query Type for processing the response.
Public propertyTimeout
Gets/Sets the HTTP Timeout in milliseconds used for communicating with the SPARQL Endpoint.
Public propertyUpdateSupported
Returns that Updates are not supported since this connection is read-only.
Top
See Also