Maps a DocumentID to an array of update results. This is the data structure you get when updating a set of documents with detailed info about the performed updates.

Hierarchy

  • UpdateResultsMap

Methods

Methods

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

    Parameters

    • documentIDOrValue: any

    Returns UpdateResult[]