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
Default_Port
public const int Default_Port = 5432
Field Value
Properties
ClientCertificate
public string ClientCertificate { get; set; }
Property Value
ClientKey
public string ClientKey { get; set; }
Property Value
CommandTimeout
public int CommandTimeout { get; set; }
Property Value
ConnectionString
public string ConnectionString { get; set; }
Property Value
Database
public string Database { get; set; }
Property Value
Host
public string Host { get; set; }
Property Value
Password
public string Password { get; set; }
Property Value
Port
public int Port { get; set; }
Property Value
SearchPath
public string SearchPath { get; set; }
Property Value
SslMode
public string SslMode { get; set; }
Property Value
SslRootCertificate
public string SslRootCertificate { get; set; }
Property Value
Timeout
public int Timeout { get; set; }
Property Value
TrustServerCertificate
public bool? TrustServerCertificate { get; set; }
Property Value
- bool?
Username
public string Username { get; set; }
Property Value
Methods
ToString()
public override string ToString()