MongoDbConnectionInfo interface
Describes a connection to a MongoDB data source
Properties
connection |
A MongoDB connection string or blob container URL. The user name and password can be specified here or in the userName and password properties |
password | Password credential. |
type | Polymorphic Discriminator |
user |
User name |
Property Details
connectionString
A MongoDB connection string or blob container URL. The user name and password can be specified here or in the userName and password properties
connectionString: string
Property Value
string
password
Password credential.
password?: string
Property Value
string
type
Polymorphic Discriminator
type: "MongoDbConnectionInfo"
Property Value
"MongoDbConnectionInfo"
userName
User name
userName?: string
Property Value
string