Class PostgresProviderConnectorOptions
Inheritance
System.Object
PostgresProviderConnectorOptions
Assembly: Steeltoe.Connector.ConnectorBase.dll
Syntax
public class PostgresProviderConnectorOptions : AbstractServiceConnectorOptions
Constructors
|
Edit this page
View Source
PostgresProviderConnectorOptions()
Declaration
public PostgresProviderConnectorOptions()
|
Edit this page
View Source
PostgresProviderConnectorOptions(IConfiguration)
Declaration
public PostgresProviderConnectorOptions(IConfiguration config)
Parameters
Type |
Name |
Description |
IConfiguration |
config |
|
Fields
|
Edit this page
View Source
Default_Host
Declaration
public const string Default_Host = null
Field Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Default_Port
Declaration
public const int Default_Port = null
Field Value
Type |
Description |
System.Int32 |
|
Properties
|
Edit this page
View Source
ClientCertificate
Declaration
public string ClientCertificate { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ClientKey
Declaration
public string ClientKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
CommandTimeout
Declaration
public int CommandTimeout { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
ConnectionString
Declaration
public string ConnectionString { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Database
Declaration
public string Database { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Host
Declaration
public string Host { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Password
Declaration
public string Password { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Port
Declaration
public int Port { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
SearchPath
Declaration
public string SearchPath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
SslMode
Declaration
public string SslMode { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
SslRootCertificate
Declaration
public string SslRootCertificate { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Timeout
Declaration
public int Timeout { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
TrustServerCertificate
Declaration
public bool? TrustServerCertificate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Edit this page
View Source
Username
Declaration
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|