AllegroGraphServer Class |
Namespace: VDS.RDF.Storage.Management
The AllegroGraphServer type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllegroGraphServer(String) |
Creates a new Connection to an AllegroGraph store in the Root Catalog (AllegroGraph 4.x and higher).
|
![]() | AllegroGraphServer(String, IWebProxy) |
Creates a new Connection to an AllegroGraph store in the Root Catalog (AllegroGraph 4.x and higher).
|
![]() | AllegroGraphServer(String, String) |
Creates a new Connection to an AllegroGraph store.
|
![]() | AllegroGraphServer(String, String, IWebProxy) |
Creates a new Connection to an AllegroGraph store.
|
![]() | AllegroGraphServer(String, String, String) |
Creates a new Connection to an AllegroGraph store in the Root Catalog (AllegroGraph 4.x and higher).
|
![]() | AllegroGraphServer(String, String, String, IWebProxy) |
Creates a new Connection to an AllegroGraph store in the Root Catalog (AllegroGraph 4.x and higher).
|
![]() | AllegroGraphServer(String, String, String, String) |
Creates a new Connection to an AllegroGraph store.
|
![]() | AllegroGraphServer(String, String, String, String, IWebProxy) |
Creates a new Connection to an AllegroGraph store.
|
Name | Description | |
---|---|---|
![]() | IOBehaviour |
Gets the IO Behaviour of the server.
(Inherited from SesameServer.) |
![]() | 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.) |
![]() | CreateRequest |
Helper method for creating HTTP Requests to the Store.
(Overrides SesameServer.CreateRequest(String, String, String, Dictionary<String, String>).) |
![]() | CreateStore(IStoreTemplate) |
Creates a new Store (if it doesn't already exist).
(Overrides SesameServer.CreateStore(IStoreTemplate).) |
![]() | CreateStore(IStoreTemplate, AsyncStorageCallback, Object) |
Creates a new Store on the server within the current catalog asynchronously.
(Overrides SesameServer.CreateStore(IStoreTemplate, AsyncStorageCallback, Object).) |
![]() | DeleteStore(String) |
Requests that AllegroGraph deletes a Store.
(Overrides SesameServer.DeleteStore(String).) |
![]() | DeleteStore(String, AsyncStorageCallback, Object) |
Deletes a Store from the server within the current catalog asynchronously.
(Overrides SesameServer.DeleteStore(String, AsyncStorageCallback, Object).) |
![]() | Dispose |
Disposes of the server.
(Inherited from SesameServer.) |
![]() | EnsureSystemConnection |
Ensures the connection to the Sesame SYSTEM repository is prepared if it isn't already.
(Inherited from SesameServer.) |
![]() | 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.
(Overrides SesameServer.GetAvailableTemplates(String).) |
![]() | GetAvailableTemplates(String, AsyncStorageCallback, Object) |
Gets all available templates for creating a new Store.
(Overrides SesameServer.GetAvailableTemplates(String, AsyncStorageCallback, Object).) |
![]() | GetDefaultTemplate(String) |
Gets a default template for creating a new Store.
(Overrides SesameServer.GetDefaultTemplate(String).) |
![]() | GetDefaultTemplate(String, AsyncStorageCallback, Object) |
Gets a default template for creating a new Store.
(Overrides SesameServer.GetDefaultTemplate(String, AsyncStorageCallback, Object).) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetStore(String) |
Gets a Store within the current catalog.
(Overrides SesameServer.GetStore(String).) |
![]() | GetStore(String, AsyncStorageCallback, Object) |
Gets a Store within the current catalog asynchronously.
(Overrides SesameServer.GetStore(String, AsyncStorageCallback, Object).) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ListStores() |
Get the lists of stores available on the Server.
(Overrides SesameServer.ListStores().) |
![]() | ListStores(AsyncStorageCallback, Object) |
Gets the List of Stores available on the server within the current catalog asynchronously.
(Overrides SesameServer.ListStores(AsyncStorageCallback, Object).) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SerializeConfiguration |
Serializes the connection's configuration.
(Overrides SesameServer.SerializeConfiguration(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 | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | _baseUri |
Base Uri for the Server.
(Inherited from SesameServer.) |
![]() | _hasCredentials |
Whether the User has provided credentials for accessing the Server using authentication.
(Inherited from SesameServer.) |
![]() | _pwd |
Password for accessing the Server.
(Inherited from SesameServer.) |
![]() | _repositoriesPrefix |
Repositories Prefix.
(Inherited from SesameServer.) |
![]() | _username |
Username for accessing the Server.
(Inherited from SesameServer.) |
![]() | TemplateTypes |
Available Sesame template types.
(Inherited from SesameServer.) |