ConnectionInfo interface
Defines the connection properties of a server
Properties
password | Password credential. |
type | Polymorphic discriminator, which specifies the different types this object can be |
user |
User name |
Property Details
password
Password credential.
password?: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "MongoDbConnectionInfo" | "SqlConnectionInfo" | "MySqlConnectionInfo" | "OracleConnectionInfo" | "PostgreSqlConnectionInfo" | "MiSqlConnectionInfo"
Property Value
"MongoDbConnectionInfo" | "SqlConnectionInfo" | "MySqlConnectionInfo" | "OracleConnectionInfo" | "PostgreSqlConnectionInfo" | "MiSqlConnectionInfo"
userName
User name
userName?: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript