Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MongoClientUpdateResult

Result propagated from mongodb driver update result.

Hierarchy

  • MongoClientUpdateResult

Index

Constructors

constructor

Methods

getDocMatched

  • getDocMatched(): number
  • Get the number of documents that're matched

    Returns number

getDocModified

  • getDocModified(): number
  • Get the number of documents that're modified

    Returns number

getDocUpsertedId

  • getDocUpsertedId(): {}
  • Get the document id that's upserted

    Returns {}

    • [key: string]: any

toJson

  • toJson(): {}
  • Returns {}

    • [key: string]: any

Generated using TypeDoc