MongoDBClientService
Implementation: MongoDBControllerService
Name | Description |
---|---|
success | All FlowFiles that are written to MongoDB are routed to this relationship |
failure | All FlowFiles that cannot be written to MongoDB are routed to this relationship |
Name | Description |
---|---|
mongodb.update.mode | Configurable parameter for controlling update mode on a per-flowfile basis. Acceptable values are 'one' and 'many' and controls whether a single incoming record should update a single or multiple Mongo documents. |