Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MongoDbConnectionInfo

Package version

Describes a connection to a MongoDB data source

Hierarchy

  • MongoDbConnectionInfo

Index

Properties

connectionString

connectionString: string

A MongoDB connection string or blob container URL. The user name and password can be specified here or in the userName and password properties

Optional password

password: undefined | string

Password credential.

type

type: "MongoDbConnectionInfo"

Polymorphic Discriminator

Optional userName

userName: undefined | string

User name

Generated using TypeDoc