SparqlConnector Properties |
The SparqlConnector type exposes the following members.
| Name | Description | |
|---|---|---|
| DeleteSupported |
Returns that deleting graphs is not supported.
| |
| Endpoint |
Gets the underlying SparqlRemoteEndpoint which this class is a wrapper around.
| |
| IOBehaviour |
Gets the IO Behaviour of SPARQL Connections.
| |
| IsReadOnly |
Returns that the Connection is read-only.
| |
| IsReady |
Returns that the Connection is ready.
| |
| ListGraphsSupported |
Returns that listing graphs is supported.
| |
| ParentServer |
Gets the parent server (if any).
| |
| SkipLocalParsing |
Controls whether the Query will be parsed locally to accurately determine its Query Type for processing the response.
| |
| Timeout |
Gets/Sets the HTTP Timeout in milliseconds used for communicating with the SPARQL Endpoint.
| |
| UpdateSupported |
Returns that Updates are not supported since this connection is read-only.
|