Table of Contents

Class PostgresServiceInfo

Namespace
Steeltoe.Connector.Services
Assembly
Steeltoe.Connector.Abstractions.dll
public class PostgresServiceInfo : UriServiceInfo, IServiceInfo
Inheritance
PostgresServiceInfo
Implements
Inherited Members

Constructors

PostgresServiceInfo(string, string)

public PostgresServiceInfo(string id, string url)

Parameters

id string
url string

Fields

POSTGRES_JDBC_SCHEME

public const string POSTGRES_JDBC_SCHEME = "postgresql"

Field Value

string

POSTGRES_SCHEME

public const string POSTGRES_SCHEME = "postgres"

Field Value

string