Workspace 6.21.5
|
Inputs: | |||
---|---|---|---|
Database address | QString | ||
Database name | QString | ||
Collection name | QString | ||
Lookup | CSIRO::DataExecution::ObjectDictionary | Specify the aggregation $lookup action. | |
Match | CSIRO::DataExecution::ObjectDictionary | Specify the aggregation $match action. | |
Custom Aggregate JSON | QJsonDocument | Used this instead of 'Lookup' and 'Match' inputs if you want to provide the pipeline commands directly to MongoDB's db.collection.aggregate | |
Return BSON | bool | Return the results as BSON rather than JSON text - needed if results will contain binary items | |
Outputs: | |||
Results | CSIRO::DataExecution::ObjectArray |