StardogV2Server Class |
Namespace: VDS.RDF.Storage.Management
The StardogV2Server type exposes the following members.
Name | Description | |
---|---|---|
StardogV2Server(String) |
Creates a new connection to a Stardog Server.
| |
StardogV2Server(String, IWebProxy) |
Creates a new connection to a Stardog Server.
| |
StardogV2Server(String, String, String) |
Creates a new connection to a Stardog Server.
| |
StardogV2Server(String, String, String, IWebProxy) |
Creates a new connection to a Stardog Server.
|
Name | Description | |
---|---|---|
IOBehaviour |
Gets the IO Behaviour of the server.
(Inherited from BaseStardogServer.) | |
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.) | |
Timeout |
Gets/Sets the HTTP Timeouts used specified in milliseconds.
(Inherited from BaseHttpConnector.) | |
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.) | |
CreateAdminRequest |
Create a request to the Stardog server's Admin API.
(Inherited from BaseStardogServer.) | |
CreateStore(IStoreTemplate) |
Creates a new Store based off the given template.
(Inherited from BaseStardogServer.) | |
CreateStore(IStoreTemplate, AsyncStorageCallback, Object) |
Creates a new store based on the given template.
(Inherited from BaseStardogServer.) | |
DeleteStore(String) |
Deletes a Store with the given ID.
(Inherited from BaseStardogServer.) | |
DeleteStore(String, AsyncStorageCallback, Object) |
Deletes a database from the server.
(Inherited from BaseStardogServer.) | |
Dispose |
Disposes of the server.
(Inherited from BaseStardogServer.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetAvailableTemplates(String) |
Gets all available templates for creating a new Store.
(Inherited from BaseStardogServer.) | |
GetAvailableTemplates(String, AsyncStorageCallback, Object) |
Gets all available templates for creating a new Store.
(Inherited from BaseStardogServer.) | |
GetDefaultTemplate(String) |
Gets a default template for creating a new Store.
(Inherited from BaseStardogServer.) | |
GetDefaultTemplate(String, AsyncStorageCallback, Object) |
Gets a default template for creating a new Store.
(Inherited from BaseStardogServer.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetStore(String) |
Gets a provider for the Store with the given ID.
(Overrides StardogV1ServerGetStore(String).) | |
GetStore(String, AsyncStorageCallback, Object) |
Gets a database from the server.
(Overrides StardogV1ServerGetStore(String, AsyncStorageCallback, Object).) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ListStores |
Lists the database available on the server.
(Inherited from BaseStardogServer.) | |
ListStores(AsyncStorageCallback, Object) |
Lists all databases available on the server.
(Inherited from BaseStardogServer.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SerializeConfiguration |
Serializes the connection's configuration.
(Inherited from BaseStardogServer.) | |
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 | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
AdminUri |
The URI of the admin API.
(Inherited from BaseStardogServer.) | |
BaseUri |
The base URI of the Stardog server.
(Inherited from BaseStardogServer.) | |
HasCredentials |
True if a user name and password are specified, false otherwise.
(Inherited from BaseStardogServer.) | |
Password |
The password to use for the connection.
(Inherited from BaseStardogServer.) | |
Username |
The username to use for the connection.
(Inherited from BaseStardogServer.) |