MongoDB - update many documents

Description - Updates multiple documents in MongoDB collection

Runtime Class - com.ibi.agents.XDMONGODBUpdateManyAgent


Configuration

This action requires a Generics Configuration as well as the following required parameters.

Parameter Groups

 ParameterTypeDescription
*Collection Name:stringCollection name
Selection Query:stringThe selection criteria for the update.
*Update Query:stringThe modifications to apply.
* - denotes required

Output Events

NameDescription
OnFailConnectionCould not connect to the external system.
OnDuplicateThe attempt resulted in duplication of a resource. This may or may not be a failure.
OnFailedOperationCould not perform the operation requested.
OnParseErrorCould not parse a document.