Show / Hide Table of Contents

Class StardogV2Server

Management connection for Stardog 2.* servers.
Inheritance
System.Object
BaseHttpConnector
BaseStardogServer
StardogV1Server
StardogV2Server
StardogV3Server
Implements
IAsyncStorageServer
IConfigurationSerializable
IStorageServer
System.IDisposable
Inherited Members
BaseStardogServer.BaseUri
BaseStardogServer.AdminUri
BaseStardogServer.Username
BaseStardogServer.Password
BaseStardogServer.HasCredentials
BaseStardogServer.IOBehaviour
BaseStardogServer.ListStores()
BaseStardogServer.GetDefaultTemplate(String)
BaseStardogServer.GetAvailableTemplates(String)
BaseStardogServer.CreateStore(IStoreTemplate)
BaseStardogServer.DeleteStore(String)
BaseStardogServer.ListStores(AsyncStorageCallback, Object)
BaseStardogServer.GetDefaultTemplate(String, AsyncStorageCallback, Object)
BaseStardogServer.GetAvailableTemplates(String, AsyncStorageCallback, Object)
BaseStardogServer.CreateStore(IStoreTemplate, AsyncStorageCallback, Object)
BaseStardogServer.DeleteStore(String, AsyncStorageCallback, Object)
BaseStardogServer.CreateAdminRequest(String, String, String, Dictionary<String, String>)
BaseStardogServer.Dispose()
BaseStardogServer.SerializeConfiguration(ConfigurationSerializationContext)
BaseHttpConnector.SetProxy(String)
BaseHttpConnector.SetProxy(Uri)
BaseHttpConnector.Proxy
BaseHttpConnector.ClearProxy()
BaseHttpConnector.SetProxyCredentials(String, String)
BaseHttpConnector.SetProxyCredentials(String, String, String)
BaseHttpConnector.ProxyCredentials
BaseHttpConnector.ClearProxyCredentials()
BaseHttpConnector.Timeout
BaseHttpConnector.ApplyRequestOptions(HttpWebRequest)
BaseHttpConnector.SerializeStandardConfig(INode, ConfigurationSerializationContext)
BaseHttpConnector.SetCredentials(String, String)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.Storage.Management
Assembly: dotNetRDF.dll
Syntax
public class StardogV2Server : StardogV1Server, IAsyncStorageServer, IConfigurationSerializable, IStorageServer, IDisposable

Constructors

| Improve this Doc View Source

StardogV2Server(String)

Creates a new connection to a Stardog Server.
Declaration
public StardogV2Server(string baseUri)
Parameters
Type Name Description
System.String baseUri Base Uri of the Server.
| Improve this Doc View Source

StardogV2Server(String, IWebProxy)

Creates a new connection to a Stardog Server.
Declaration
public StardogV2Server(string baseUri, IWebProxy proxy)
Parameters
Type Name Description
System.String baseUri Base Uri of the Server.
System.Net.IWebProxy proxy Proxy Server.
| Improve this Doc View Source

StardogV2Server(String, String, String)

Creates a new connection to a Stardog Server.
Declaration
public StardogV2Server(string baseUri, string username, string password)
Parameters
Type Name Description
System.String baseUri Base Uri of the Server.
System.String username Username.
System.String password Password.
| Improve this Doc View Source

StardogV2Server(String, String, String, IWebProxy)

Creates a new connection to a Stardog Server.
Declaration
public StardogV2Server(string baseUri, string username, string password, IWebProxy proxy)
Parameters
Type Name Description
System.String baseUri Base Uri of the Server.
System.String username Username.
System.String password Password.
System.Net.IWebProxy proxy Proxy Server.

Methods

| Improve this Doc View Source

GetStore(String)

Gets a provider for the Store with the given ID.
Declaration
public override IStorageProvider GetStore(string storeID)
Parameters
Type Name Description
System.String storeID Store ID.
Returns
Type Description
IStorageProvider
Overrides
StardogV1Server.GetStore(String)
| Improve this Doc View Source

GetStore(String, AsyncStorageCallback, Object)

Gets a database from the server.
Declaration
public override void GetStore(string storeID, AsyncStorageCallback callback, object state)
Parameters
Type Name Description
System.String storeID Store ID.
AsyncStorageCallback callback Callback.
System.Object state State to pass to the callback.
Overrides
StardogV1Server.GetStore(String, AsyncStorageCallback, Object)

Implements

IAsyncStorageServer
IConfigurationSerializable
IStorageServer
System.IDisposable

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • StardogV2Server(String)
    • StardogV2Server(String, IWebProxy)
    • StardogV2Server(String, String, String)
    • StardogV2Server(String, String, String, IWebProxy)
  • Methods
    • GetStore(String)
    • GetStore(String, AsyncStorageCallback, Object)
  • Implements
  • Extension Methods
Back to top Generated by DocFX