Creates FlowFiles from documents in MongoDB
mongodb, read, get
In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values.
Name | Default Value | Allowable Values | Description |
---|---|---|---|
Mongo URI | MongoURI, typically of the form: mongodb://host1[:port1][,host2[:port2],...] | ||
Mongo Database Name | The name of the database to use | ||
Mongo Collection Name | The name of the collection to use | ||
Query | The selection criteria; must be a valid BSON document; if omitted the entire collection will be queried | ||
Projection | The fields to be returned from the documents in the result set; must be a valid BSON document | ||
Sort | The fields by which to sort; must be a valid BSON document | ||
Limit | The maximum number of elements to return | ||
Batch Size | The number of elements returned from the server in one batch |
Name | Description |
---|---|
success | All files are routed to success |