Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AddUserOptions

Index

Properties

Optional customData

customData: Object

Custom data associated with the user (only Mongodb 2.6 or higher).

fsync

fsync: boolean

Specify a file sync write concern.

Optional j

j: undefined | true | false

Specify a journal write concern.

Optional roles

roles: Object[]

Roles associated with the created user (only Mongodb 2.6 or higher).

Optional w

w: number | string

The write concern.

Optional wtimeout

wtimeout: undefined | number

The write concern timeout.

Generated using TypeDoc