VDS.RDF.Storage.Management Namespace |
Namespace for storage classes which provide support for managing servers that provide multiple backing Stores.
Servers are managed via the IStorageServer interface, a server can provide lists of available stores, retrieve a reference to a store, create new stores and delete existing stores. The exact capabilites may depend on the implementation and may be inspected via the IOBehaviour property.
Class | Description | |
---|---|---|
AllegroGraphServer |
Represents an AllegroGraph server, may be used to access and manage stores within a catalog on the server.
| |
BaseStardogServer |
Abstract implementation of a management connection to a Stardog server using the HTTP protocol.
| |
BaseStardogServerDatabaseOptions |
Static Class containing constants relevant to provisioning new Stardog stores.
| |
SesameServer |
Represents a connection to a Sesame Server.
| |
StardogServer |
Management connection for Stardog servers running the latest version, current this is 3.*.
| |
StardogV1Server |
Management connection for Stardog 1.* servers.
| |
StardogV2Server |
Management connection for Stardog 2.* servers.
| |
StardogV3Server |
Management connection for Stardog 3.* servers.
|
Interface | Description | |
---|---|---|
IAsyncStorageServer |
Interface for storage providers which are capable of managing multiple stores asynchronously.
| |
IStorageServer |
Interface for storage servers which are systems capable of managing multiple stores which are exposed as IStorageProvider instances.
|