Options
All
  • Public
  • Public/Protected
  • All
Menu

The uri options for a MongoDB connection.

Hierarchy

  • UriOptions

Index

Properties

db?: string

The db of the MongoDB connection.

host?: string

The host of the MongoDB connection..

password?: string

The password of the MongoDB connection.

port?: number

The port of the MongoDB connection.

srv?: boolean

The srv of the MongoDB connection.

uri?: string

The uri of the MongoDB connection.

username?: string

The username of the MongoDB connection.

Generated using TypeDoc