Options
All
  • Public
  • Public/Protected
  • All
Menu

Maps a DocumentIDValue to an array of

link

UpdateResult | update results}. This is the data structure you get when updating a set of documents with detailed info about the performed updates.

Hierarchy

  • UpdateResultsMap

Index

Methods

Methods

get

  • Returns an array of update results associated with the documentID or undefined if not found.

    Parameters

    • documentID: any

    Returns UpdateResult[]

keys

  • keys(): any[]
  • Returns all contained keys, i.e. document IDs contained in this map.

    Returns any[]