PostgreSqlConnectionInfo interface
Information for connecting to PostgreSQL server
- Extends
Properties
database |
Name of the database |
data |
Data source |
encrypt |
Whether to encrypt the connection |
port | Port for Server |
server |
Name of the server |
server |
server version |
trust |
Whether to trust the server certificate |
type | Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
password | Password credential. |
user |
User name |
Property Details
databaseName
Name of the database
databaseName?: string
Property Value
string
dataSource
Data source
dataSource?: string
Property Value
string
encryptConnection
Whether to encrypt the connection
encryptConnection?: boolean
Property Value
boolean
port
Port for Server
port: number
Property Value
number
serverName
Name of the server
serverName: string
Property Value
string
serverVersion
server version
serverVersion?: string
Property Value
string
trustServerCertificate
Whether to trust the server certificate
trustServerCertificate?: boolean
Property Value
boolean
type
Polymorphic discriminator, which specifies the different types this object can be
type: "PostgreSqlConnectionInfo"
Property Value
"PostgreSqlConnectionInfo"
Inherited Property Details
password
userName
Azure SDK for JavaScript