PutMongoBulkOperations 2.3.0¶
BUNDLE¶
org.apache.nifi | nifi-mongodb-nar
DESCRIPTION¶
Writes the contents of a FlowFile to MongoDB as bulk-update
INPUT REQUIREMENT¶
REQUIRED
Supports Sensitive Dynamic Properties¶
false
PROPERTIES¶
Property |
Description |
---|---|
Character Set |
The Character Set in which the data is encoded |
Mongo Collection Name |
The name of the collection to use |
Mongo Database Name |
The name of the database to use |
Ordered |
Ordered execution of bulk-writes and break on error - otherwise arbitrary order and continue on error |
mongo-client-service |
If configured, this property will use the assigned client service for connection pooling. |
RELATIONSHIPS¶
NAME |
DESCRIPTION |
---|---|
failure |
All FlowFiles that cannot be written to MongoDB are routed to this relationship |
success |
All FlowFiles that are written to MongoDB are routed to this relationship |