An enumeration of the allowed values for the Type parameter of a connection string.
Namespace: BrightstarDBAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public enum ConnectionType |
| Visual Basic |
|---|
Public Enumeration ConnectionType |
| Visual C++ |
|---|
public enum class ConnectionType |
| F# |
|---|
type ConnectionType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Embedded | 0 | Connection type for an embedded connection to a directory | |
| Http | 1 | Obsolete. Connection type for a client connection to a Brightstar server over HTTP | |
| Tcp | 2 | Obsolete. Connection type for a client connection to a Brightstar server over TCP | |
| NamedPipe | 3 | Obsolete. Connection type for a client connection to a Brightstar server over a named pipe | |
| Rest | 4 | Connection type for a client connection to a Brightstar REST endpoint over HTTP or HTTPS | |
| DotNetRdf | 5 | Connection type for a connection to a store through a DotNetRDF configuration. Used only for Data Objects and Entity Framework connections. | |
| Sparql | 6 | Connection type for a connection to a store through SPARQL protocol. Used only for Data Objects and Entity Framework connections. |