Workspace 6.21.5
MongoDbUpdate

  • Default label: "MongoDB update"
  • Member of plug-in: Distributed
  • Catalogue path: Distributed
Inputs:
Database addressQString

Database nameQString

Collection nameQString

JSONQJsonDocument

SelectorQStringThis can be a field name in which case all records matching the field's value in the JSON document will be updated. This can also be a JSON document selecting the records to be updated.
Multi-updateboolIf enabled then the operation updates all records matching the Selector, otherwise it only updates the first matching record.
Upsertbool

If enabled then the operation inserts a new record if no records matching the Selector is found.