DeleteMongo 2.3.0¶
BUNDLE¶
org.apache.nifi | nifi-mongodb-nar
DESCRIPTION¶
Executes a delete query against a MongoDB collection. The query is provided in the body of the flowfile and the user can select whether it will delete one or many documents that match it.
INPUT REQUIREMENT¶
REQUIRED
Supports Sensitive Dynamic Properties¶
false
PROPERTIES¶
Property |
Description |
---|---|
Mongo Collection Name |
The name of the collection to use |
Mongo Database Name |
The name of the database to use |
delete-mongo-delete-mode |
Choose between deleting one document by query or many documents by query. |
delete-mongo-fail-on-no-delete |
Determines whether to send the flowfile to the success or failure relationship if nothing is successfully deleted. |
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 |