AllegroGraphConnector Class |
Namespace: VDS.RDF.Storage
The AllegroGraphConnector type exposes the following members.
Name | Description | |
---|---|---|
AllegroGraphConnector(String, String) |
Creates a new Connection to an AllegroGraph store in the Root Catalog (AllegroGraph 4.x and higher).
| |
AllegroGraphConnector(String, String, IWebProxy) |
Creates a new Connection to an AllegroGraph store in the Root Catalog (AllegroGraph 4.x and higher).
| |
AllegroGraphConnector(String, String, String) |
Creates a new Connection to an AllegroGraph store.
| |
AllegroGraphConnector(String, String, String, IWebProxy) |
Creates a new Connection to an AllegroGraph store.
| |
AllegroGraphConnector(String, String, String, String) |
Creates a new Connection to an AllegroGraph store in the Root Catalog (AllegroGraph 4.x and higher).
| |
AllegroGraphConnector(String, String, String, String, IWebProxy) |
Creates a new Connection to an AllegroGraph store in the Root Catalog (AllegroGraph 4.x and higher).
| |
AllegroGraphConnector(String, String, String, String, String) |
Creates a new Connection to an AllegroGraph store.
| |
AllegroGraphConnector(String, String, String, String, String, IWebProxy) |
Creates a new Connection to an AllegroGraph store.
|
Name | Description | |
---|---|---|
AsyncParentServer |
Gets the parent server.
(Inherited from BaseSesameHttpProtocolConnector.) | |
BaseUri |
Gets the Base URI to the repository.
(Inherited from BaseSesameHttpProtocolConnector.) | |
Catalog |
Gets the Catalog under which the repository you are connected to is located.
| |
DeleteSupported |
Returns that deleting graphs from the Sesame store is supported.
(Inherited from BaseSesameHttpProtocolConnector.) | |
IOBehaviour |
Gets the Save Behaviour of Stores that use the Sesame HTTP Protocol.
(Inherited from BaseSesameHttpProtocolConnector.) | |
IsReadOnly |
Returns that the Connection is not read-only.
(Inherited from BaseSesameHttpProtocolConnector.) | |
IsReady |
Returns that the Connection is ready.
(Inherited from BaseSesameHttpProtocolConnector.) | |
ListGraphsSupported |
Returns that listing Graphs is supported.
(Inherited from BaseSesameHttpProtocolConnector.) | |
ParentServer |
Gets the parent server.
(Inherited from BaseSesameHttpProtocolConnector.) | |
Password |
Password for accessing the Store.
(Inherited from BaseHttpConnector.) | |
Proxy |
Gets/Sets a Proxy Server to be used.
(Inherited from BaseHttpConnector.) | |
ProxyCredentials |
Gets/Sets Credentials to be used for Proxy Server.
(Inherited from BaseHttpConnector.) | |
RepositoryName |
Gets the Repository Name that is in use.
(Inherited from BaseSesameHttpProtocolConnector.) | |
Timeout |
Gets/Sets the HTTP Timeouts used specified in milliseconds.
(Inherited from BaseHttpConnector.) | |
UpdateSupported |
Returns that Updates are supported on Sesame HTTP Protocol supporting Stores.
(Inherited from BaseSesameHttpProtocolConnector.) | |
Username |
Password for accessing the Store.
(Inherited from BaseHttpConnector.) |
Name | Description | |
---|---|---|
ApplyRequestOptions |
Helper method which applies standard request options to the request, these currently include proxy settings and HTTP timeout.
(Inherited from BaseHttpConnector.) | |
ClearProxy |
Clears any in-use credentials so subsequent requests will not use a proxy server.
(Inherited from BaseHttpConnector.) | |
ClearProxyCredentials |
Clears the in-use proxy credentials so subsequent requests still use the proxy server but without credentials.
(Inherited from BaseHttpConnector.) | |
CreateRdfWriter |
Creates an RDF Writer to use for saving data to the store.
(Inherited from BaseSesameHttpProtocolConnector.) | |
CreateRequest |
Helper method for creating HTTP Requests to the Store.
(Overrides BaseSesameHttpProtocolConnectorCreateRequest(String, String, String, DictionaryString, String).) | |
DeleteGraph(String) |
Deletes a Graph from the Sesame store.
(Inherited from BaseSesameHttpProtocolConnector.) | |
DeleteGraph(Uri) |
Deletes a Graph from the Sesame store.
(Inherited from BaseSesameHttpProtocolConnector.) | |
DeleteGraph(Uri, AsyncStorageCallback, Object) |
Deletes a Graph from the Store.
(Inherited from BaseAsyncHttpConnector.) | |
DeleteGraph(String, AsyncStorageCallback, Object) |
Deletes a Graph from the Store.
(Inherited from BaseSesameHttpProtocolConnector.) | |
DeleteGraphAsync |
Helper method for doing async delete operations, callers just need to provide an appropriately prepared HTTP request.
(Inherited from BaseAsyncHttpConnector.) | |
Dispose |
Disposes of the Connector.
(Inherited from BaseSesameHttpProtocolConnector.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
EscapeQuery |
Does nothing as AllegroGraph does not require the same query escaping that Sesame does.
(Overrides BaseSesameHttpProtocolConnectorEscapeQuery(String).) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetSaveContentType |
Gets the Content Type used to save data to the store i.e. the MIME type to use for the Content-Type header.
(Overrides BaseSesameHttpProtocolConnectorGetSaveContentType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ListGraphs |
Gets the list of Graphs in the Sesame store.
(Inherited from BaseSesameHttpProtocolConnector.) | |
ListGraphs(AsyncStorageCallback, Object) |
Lists the Graphs in the Store asynchronously.
(Inherited from BaseAsyncHttpConnector.) | |
LoadGraph(IGraph, String) |
Loads a Graph from the Store.
(Inherited from BaseSesameHttpProtocolConnector.) | |
LoadGraph(IGraph, Uri) |
Loads a Graph from the Store.
(Inherited from BaseSesameHttpProtocolConnector.) | |
LoadGraph(IRdfHandler, String) |
Loads a Graph from the Store.
(Inherited from BaseSesameHttpProtocolConnector.) | |
LoadGraph(IRdfHandler, Uri) |
Loads a Graph from the Store.
(Inherited from BaseSesameHttpProtocolConnector.) | |
LoadGraph(IGraph, String, AsyncStorageCallback, Object) |
Loads a Graph from the Store asynchronously.
(Inherited from BaseAsyncHttpConnector.) | |
LoadGraph(IGraph, Uri, AsyncStorageCallback, Object) |
Loads a Graph from the Store asynchronously.
(Inherited from BaseAsyncHttpConnector.) | |
LoadGraph(IRdfHandler, Uri, AsyncStorageCallback, Object) |
Loads a Graph from the Store asynchronously.
(Inherited from BaseAsyncHttpConnector.) | |
LoadGraph(IRdfHandler, String, AsyncStorageCallback, Object) |
Loads a Graph from the Store asynchronously.
(Inherited from BaseSesameHttpProtocolConnector.) | |
LoadGraphAsync |
Helper method for doing async load operations, callers just need to provide an appropriately prepared HTTP request.
(Inherited from BaseAsyncHttpConnector.) | |
MakeRequestSequence |
Helper method for doing async operations where a sequence of HTTP requests must be run.
(Inherited from BaseAsyncHttpConnector.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Query(String) |
Makes a SPARQL Query against the underlying Store.
(Inherited from BaseSesameHttpProtocolConnector.) | |
Query(String, AsyncStorageCallback, Object) |
Makes a SPARQL Query against the underlying store.
(Inherited from BaseSesameHttpProtocolConnector.) | |
Query(IRdfHandler, ISparqlResultsHandler, String) |
Makes a SPARQL Query against the underlying Store processing the results with an appropriate handler from those provided.
(Inherited from BaseSesameHttpProtocolConnector.) | |
Query(IRdfHandler, ISparqlResultsHandler, String, AsyncStorageCallback, Object) |
Makes a SPARQL Query against the underlying store processing the resulting Graph/Result Set with a handler of your choice.
(Inherited from BaseSesameHttpProtocolConnector.) | |
SaveGraph(IGraph) |
Saves a Graph into the Store (Warning: Completely replaces any existing Graph with the same URI unless there is no URI - see remarks for details).
(Inherited from BaseSesameHttpProtocolConnector.) | |
SaveGraph(IGraph, AsyncStorageCallback, Object) |
Saves a Graph to the Store asynchronously.
(Inherited from BaseSesameHttpProtocolConnector.) | |
SaveGraphAsync |
Helper method for doing async save operations, callers just need to provide an appropriately perpared HTTP requests and a RDF writer which will be used to write the data to the request body.
(Inherited from BaseAsyncHttpConnector.) | |
SerializeConfiguration |
Serializes the connection's configuration.
(Overrides BaseSesameHttpProtocolConnectorSerializeConfiguration(ConfigurationSerializationContext).) | |
SerializeStandardConfig |
Helper method which adds standard configuration information (proxy and timeout settings) to serialized configuration.
(Inherited from BaseHttpConnector.) | |
SetCredentials | (Inherited from BaseHttpConnector.) | |
SetProxy(String) |
Sets a Proxy Server to be used.
(Inherited from BaseHttpConnector.) | |
SetProxy(Uri) |
Sets a Proxy Server to be used.
(Inherited from BaseHttpConnector.) | |
SetProxyCredentials(String, String) |
Sets Credentials to be used for Proxy Server.
(Inherited from BaseHttpConnector.) | |
SetProxyCredentials(String, String, String) |
Sets Credentials to be used for Proxy Server.
(Inherited from BaseHttpConnector.) | |
ToString |
Gets a String which gives details of the Connection.
(Overrides BaseSesameHttpProtocolConnectorToString.) | |
Update(String) |
Makes a SPARQL Update request to the Allegro Graph server.
| |
Update(String, AsyncStorageCallback, Object) |
Makes a SPARQL Update request to the Allegro Graph server.
| |
UpdateGraph(String, IEnumerableTriple, IEnumerableTriple) |
Updates a Graph.
(Inherited from BaseSesameHttpProtocolConnector.) | |
UpdateGraph(Uri, IEnumerableTriple, IEnumerableTriple) |
Updates a Graph.
(Inherited from BaseSesameHttpProtocolConnector.) | |
UpdateGraph(Uri, IEnumerableTriple, IEnumerableTriple, AsyncStorageCallback, Object) |
Updates a Graph in the Store asynchronously.
(Inherited from BaseAsyncHttpConnector.) | |
UpdateGraph(String, IEnumerableTriple, IEnumerableTriple, AsyncStorageCallback, Object) |
Updates a Graph in the Store asychronously.
(Inherited from BaseSesameHttpProtocolConnector.) | |
UpdateGraphAsync |
Helper method for doing async update operations, callers just need to provide an appropriately prepared HTTP request and a RDF writer which will be used to write the data to the request body.
(Inherited from BaseAsyncHttpConnector.) |
Name | Description | |
---|---|---|
_baseUri |
Base Uri for the Store.
(Inherited from BaseSesameHttpProtocolConnector.) | |
_fullContextEncoding |
Whether to do full encoding of contexts.
(Inherited from BaseSesameHttpProtocolConnector.) | |
_postAllQueries | Obsolete.
Whether queries should always be posted.
(Inherited from BaseSesameHttpProtocolConnector.) | |
_queryPath |
Query Path Prefix.
(Inherited from BaseSesameHttpProtocolConnector.) | |
_repositoriesPrefix |
Repositories Prefix.
(Inherited from BaseSesameHttpProtocolConnector.) | |
_server |
Server the store is hosted on.
(Inherited from BaseSesameHttpProtocolConnector.) | |
_store |
Store ID.
(Inherited from BaseSesameHttpProtocolConnector.) | |
_updatePath |
Update Path Prefix.
(Inherited from BaseSesameHttpProtocolConnector.) |
Connection to AllegroGraph is based on their new HTTP Protocol which is an extension of the Sesame 2.0 HTTP Protocol. The specification for the AllegroGraph protocol can be found. here
If you wish to use a Store which is part of the Root Catalog on an AllegroGraph 4.x and higher server you can either use the constructor overloads that omit the catalogID parameter or pass in null as the value for that parameter.