Show / Hide Table of Contents

Class StardogV2Server

Management connection for Stardog 2.* servers.

Inheritance
object
BaseHttpConnector
BaseStardogServer
StardogV1Server
StardogV2Server
StardogV3Server
Implements
IAsyncStorageServer
IConfigurationSerializable
IStorageServer
IDisposable
Inherited Members
StardogV1Server.GetStoreAsync(string, CancellationToken)
BaseStardogServer._baseUri
BaseStardogServer._adminUri
BaseStardogServer.HasCredentials
BaseStardogServer.IOBehaviour
BaseStardogServer.ListStores()
BaseStardogServer.GetDefaultTemplate(string)
BaseStardogServer.GetAvailableTemplates(string)
BaseStardogServer.CreateStore(IStoreTemplate)
BaseStardogServer.DeleteStore(string)
BaseStardogServer.ListStores(AsyncStorageCallback, object)
BaseStardogServer.ListStoresAsync(CancellationToken)
BaseStardogServer.GetDefaultTemplate(string, AsyncStorageCallback, object)
BaseStardogServer.GetDefaultTemplateAsync(string, CancellationToken)
BaseStardogServer.GetAvailableTemplates(string, AsyncStorageCallback, object)
BaseStardogServer.GetAvailableTemplatesAsync(string, CancellationToken)
BaseStardogServer.CreateStore(IStoreTemplate, AsyncStorageCallback, object)
BaseStardogServer.CreateStoreAsync(IStoreTemplate, CancellationToken)
BaseStardogServer.DeleteStore(string, AsyncStorageCallback, object)
BaseStardogServer.DeleteStoreAsync(string, CancellationToken)
BaseStardogServer.CreateAdminRequest(string, string, string, Dictionary<string, string>)
BaseStardogServer.CreateAdminRequest(string, string, HttpMethod, Dictionary<string, string>)
BaseStardogServer.SerializeConfiguration(ConfigurationSerializationContext)
BaseHttpConnector.HttpClient
BaseHttpConnector.HttpClientHandler
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.SerializeStandardConfig(INode, ConfigurationSerializationContext)
BaseHttpConnector.SetCredentials(string, string)
BaseHttpConnector.Dispose()
BaseHttpConnector.Dispose(bool)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Storage.Management
Assembly: dotNetRdf.dll
Syntax
public class StardogV2Server : StardogV1Server, IAsyncStorageServer, IConfigurationSerializable, IStorageServer, IDisposable

Constructors

| Edit this page View Source

StardogV2Server(string)

Creates a new connection to a Stardog Server.

Declaration
public StardogV2Server(string baseUri)
Parameters
Type Name Description
string baseUri

Base Uri of the Server.

| Edit this page View Source

StardogV2Server(string, IWebProxy)

Creates a new connection to a Stardog Server.

Declaration
public StardogV2Server(string baseUri, IWebProxy proxy)
Parameters
Type Name Description
string baseUri

Base Uri of the Server.

IWebProxy proxy

Proxy Server.

| Edit this page 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
string baseUri

Base Uri of the Server.

string username

Username.

string password

Password.

| Edit this page 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
string baseUri

Base Uri of the Server.

string username

Username.

string password

Password.

IWebProxy proxy

Proxy Server.

Methods

| Edit this page 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
string storeId

Store ID.

Returns
Type Description
IStorageProvider
Overrides
StardogV1Server.GetStore(string)
| Edit this page 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
string storeId

Store ID.

AsyncStorageCallback callback

Callback.

object state

State to pass to the callback.

Overrides
StardogV1Server.GetStore(string, AsyncStorageCallback, object)

Implements

IAsyncStorageServer
IConfigurationSerializable
IStorageServer
IDisposable

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • 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