Click or drag to resize

StardogV1Server Class

Management connection for Stardog 1.* servers.
Inheritance Hierarchy

Namespace:  VDS.RDF.Storage.Management
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public class StardogV1Server : BaseStardogServer

The StardogV1Server type exposes the following members.

Constructors
  NameDescription
Public methodStardogV1Server(String)
Creates a new connection to a Stardog Server.
Public methodStardogV1Server(String, IWebProxy)
Creates a new connection to a Stardog Server.
Public methodStardogV1Server(String, String, String)
Creates a new connection to a Stardog Server.
Public methodStardogV1Server(String, String, String, IWebProxy)
Creates a new connection to a Stardog Server.
Top
Properties
  NameDescription
Public propertyIOBehaviour
Gets the IO Behaviour of the server.
(Inherited from BaseStardogServer.)
Protected propertyPassword
Password for accessing the Store.
(Inherited from BaseHttpConnector.)
Public propertyProxy
Gets/Sets a Proxy Server to be used.
(Inherited from BaseHttpConnector.)
Public propertyProxyCredentials
Gets/Sets Credentials to be used for Proxy Server.
(Inherited from BaseHttpConnector.)
Public propertyTimeout
Gets/Sets the HTTP Timeouts used specified in milliseconds.
(Inherited from BaseHttpConnector.)
Protected propertyUsername
Password for accessing the Store.
(Inherited from BaseHttpConnector.)
Top
Methods
  NameDescription
Protected methodApplyRequestOptions
Helper method which applies standard request options to the request, these currently include proxy settings and HTTP timeout.
(Inherited from BaseHttpConnector.)
Public methodClearProxy
Clears any in-use credentials so subsequent requests will not use a proxy server.
(Inherited from BaseHttpConnector.)
Public methodClearProxyCredentials
Clears the in-use proxy credentials so subsequent requests still use the proxy server but without credentials.
(Inherited from BaseHttpConnector.)
Protected methodCreateAdminRequest
Create a request to the Stardog server's Admin API.
(Inherited from BaseStardogServer.)
Public methodCreateStore(IStoreTemplate)
Creates a new Store based off the given template.
(Inherited from BaseStardogServer.)
Public methodCreateStore(IStoreTemplate, AsyncStorageCallback, Object)
Creates a new store based on the given template.
(Inherited from BaseStardogServer.)
Public methodDeleteStore(String)
Deletes a Store with the given ID.
(Inherited from BaseStardogServer.)
Public methodDeleteStore(String, AsyncStorageCallback, Object)
Deletes a database from the server.
(Inherited from BaseStardogServer.)
Public methodDispose
Disposes of the server.
(Inherited from BaseStardogServer.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAvailableTemplates(String)
Gets all available templates for creating a new Store.
(Inherited from BaseStardogServer.)
Public methodGetAvailableTemplates(String, AsyncStorageCallback, Object)
Gets all available templates for creating a new Store.
(Inherited from BaseStardogServer.)
Public methodGetDefaultTemplate(String)
Gets a default template for creating a new Store.
(Inherited from BaseStardogServer.)
Public methodGetDefaultTemplate(String, AsyncStorageCallback, Object)
Gets a default template for creating a new Store.
(Inherited from BaseStardogServer.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetStore(String)
Gets a provider for the Store with the given ID.
(Overrides BaseStardogServerGetStore(String).)
Public methodGetStore(String, AsyncStorageCallback, Object)
Gets a database from the server.
(Overrides BaseStardogServerGetStore(String, AsyncStorageCallback, Object).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodListStores
Lists the database available on the server.
(Inherited from BaseStardogServer.)
Public methodListStores(AsyncStorageCallback, Object)
Lists all databases available on the server.
(Inherited from BaseStardogServer.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSerializeConfiguration
Serializes the connection's configuration.
(Inherited from BaseStardogServer.)
Protected methodSerializeStandardConfig
Helper method which adds standard configuration information (proxy and timeout settings) to serialized configuration.
(Inherited from BaseHttpConnector.)
Public methodSetCredentials (Inherited from BaseHttpConnector.)
Public methodSetProxy(String)
Sets a Proxy Server to be used.
(Inherited from BaseHttpConnector.)
Public methodSetProxy(Uri)
Sets a Proxy Server to be used.
(Inherited from BaseHttpConnector.)
Public methodSetProxyCredentials(String, String)
Sets Credentials to be used for Proxy Server.
(Inherited from BaseHttpConnector.)
Public methodSetProxyCredentials(String, String, String)
Sets Credentials to be used for Proxy Server.
(Inherited from BaseHttpConnector.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldAdminUri
The URI of the admin API.
(Inherited from BaseStardogServer.)
Protected fieldBaseUri
The base URI of the Stardog server.
(Inherited from BaseStardogServer.)
Protected fieldHasCredentials
True if a user name and password are specified, false otherwise.
(Inherited from BaseStardogServer.)
Protected fieldPassword
The password to use for the connection.
(Inherited from BaseStardogServer.)
Protected fieldUsername
The username to use for the connection.
(Inherited from BaseStardogServer.)
Top
See Also