Workspace 6.21.5
|
Inputs: | |||
---|---|---|---|
Database address | QString | ||
Database name | QString | ||
Collection name | QString | ||
JSON | CSIRO::DataExecution::ObjectArray | ||
Selector | QString | This 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-update | bool | If enabled then the operation updates all records matching the Selector, otherwise it only updates the first matching record. | |
Upsert | bool | If enabled then the operation inserts a new record if no records matching the Selector is found. |