Table of Contents

Class PostgresProviderConnectorOptions

Namespace
Steeltoe.Connector.PostgreSql
Assembly
Steeltoe.Connector.ConnectorBase.dll
public class PostgresProviderConnectorOptions : AbstractServiceConnectorOptions
Inheritance
PostgresProviderConnectorOptions
Inherited Members

Constructors

PostgresProviderConnectorOptions()

public PostgresProviderConnectorOptions()

PostgresProviderConnectorOptions(IConfiguration)

public PostgresProviderConnectorOptions(IConfiguration config)

Parameters

config IConfiguration

Fields

Default_Host

public const string Default_Host = "localhost"

Field Value

string

Default_Port

public const int Default_Port = 5432

Field Value

int

Properties

ClientCertificate

public string ClientCertificate { get; set; }

Property Value

string

ClientKey

public string ClientKey { get; set; }

Property Value

string

CommandTimeout

public int CommandTimeout { get; set; }

Property Value

int

ConnectionString

public string ConnectionString { get; set; }

Property Value

string

Database

public string Database { get; set; }

Property Value

string

Host

public string Host { get; set; }

Property Value

string

Password

public string Password { get; set; }

Property Value

string

Port

public int Port { get; set; }

Property Value

int

SearchPath

public string SearchPath { get; set; }

Property Value

string

SslMode

public string SslMode { get; set; }

Property Value

string

SslRootCertificate

public string SslRootCertificate { get; set; }

Property Value

string

Timeout

public int Timeout { get; set; }

Property Value

int

TrustServerCertificate

public bool? TrustServerCertificate { get; set; }

Property Value

bool?

Username

public string Username { get; set; }

Property Value

string

Methods

ToString()

public override string ToString()

Returns

string