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