Class Connection
Inheritance
System.Object
Connection
Namespace: Steeltoe.Connector
Assembly: Steeltoe.Connector.Abstractions.dll
Syntax
public class Connection : object
Constructors
| Edit this page View SourceConnection(String, String, IServiceInfo)
Declaration
public Connection(string connectionString, string serviceType, IServiceInfo serviceInfo)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionString | |
System.String | serviceType | |
IServiceInfo | serviceInfo |
Properties
| Edit this page View SourceConnectionString
Gets or sets the connection string for this connection
Declaration
public string ConnectionString { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets or sets the name of this connection
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Properties
Gets a list of additional properties for this connection
Declaration
public Dictionary<string, string> Properties { get; }
Property Value
Type | Description |
---|---|
Dictionary<System.String, System.String> |