Class MySqlServiceInfo
Inheritance
System.Object
MySqlServiceInfo
Assembly: Steeltoe.Connector.Abstractions.dll
Syntax
public class MySqlServiceInfo : UriServiceInfo, IServiceInfo
Constructors
|
Edit this page
View Source
MySqlServiceInfo(String, String)
Declaration
public MySqlServiceInfo(string id, string url)
Parameters
Type |
Name |
Description |
System.String |
id |
|
System.String |
url |
|
Fields
|
Edit this page
View Source
MYSQL_SCHEME
Declaration
public const string MYSQL_SCHEME = null
Field Value
Type |
Description |
System.String |
|
Implements