Show / Hide Table of Contents

Class StardogV1Server

Management connection for Stardog 1.* servers.
Inheritance
System.Object
BaseHttpConnector
BaseStardogServer
StardogV1Server
StardogV2Server
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 StardogV1Server : BaseStardogServer, IAsyncStorageServer, IConfigurationSerializable, IStorageServer, IDisposable

Constructors

| Improve this Doc View Source

StardogV1Server(String)

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

StardogV1Server(String, IWebProxy)

Creates a new connection to a Stardog Server.
Declaration
public StardogV1Server(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

StardogV1Server(String, String, String)

Creates a new connection to a Stardog Server.
Declaration
public StardogV1Server(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

StardogV1Server(String, String, String, IWebProxy)

Creates a new connection to a Stardog Server.
Declaration
public StardogV1Server(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
BaseStardogServer.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
BaseStardogServer.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
    • StardogV1Server(String)
    • StardogV1Server(String, IWebProxy)
    • StardogV1Server(String, String, String)
    • StardogV1Server(String, String, String, IWebProxy)
  • Methods
    • GetStore(String)
    • GetStore(String, AsyncStorageCallback, Object)
  • Implements
  • Extension Methods
Back to top Generated by DocFX