ReadWriteSparqlConnector Properties | 
The ReadWriteSparqlConnector type exposes the following members.
| Name | Description | |
|---|---|---|
| DeleteSupported | 
            Gets that deleting graphs is supported.
              (Overrides SparqlConnectorDeleteSupported.) | |
| Endpoint | 
            Gets the underlying SparqlRemoteEndpoint which this class is a wrapper around.
              (Inherited from SparqlConnector.) | |
| IOBehaviour | 
            Gets the IO behaviour for the store.
              (Overrides SparqlConnectorIOBehaviour.) | |
| IsReadOnly | 
            Gets that the store is not read-only.
              (Overrides SparqlConnectorIsReadOnly.) | |
| IsReady | 
            Returns that the Connection is ready.
              (Inherited from SparqlConnector.) | |
| ListGraphsSupported | 
            Returns that listing graphs is supported.
              (Inherited from SparqlConnector.) | |
| ParentServer | 
            Gets the parent server (if any).
              (Inherited from SparqlConnector.) | |
| SkipLocalParsing | 
            Controls whether the Query will be parsed locally to accurately determine its Query Type for processing the response.
              (Inherited from SparqlConnector.) | |
| Timeout | 
            Gets/Sets the HTTP Timeout in milliseconds used for communicating with the SPARQL Endpoint.
              (Overrides SparqlConnectorTimeout.) | |
| UpdateEndpoint | 
            Gets the underlying SparqlRemoteUpdateEndpoint which this class is a wrapper around.
              | |
| UpdateSupported | 
            Gets that triple level updates are supported, see the remarks section of the ReadWriteSparqlConnector for exactly what is and isn't supported.
              (Overrides SparqlConnectorUpdateSupported.) |