Query operation | Select the type of query to send. Choose from: - Find
- Find one
- Count
- Distinct field values
- Aggregate
|
Collection name | Select a collection to run the query against from the dropdown. The list of collections should reflect the collections that the user has access to. If the collection is not listed, try entering the collection name manually. |
Limit (Find operation only) | Specify the maximum number of documents to return |
Field (Distinct field values operation only) | Specify the field to query for distinct values |
Filter (All operations except Aggregate) | |
Projection (Find and Find one operations only) | |
Sort (Find operation only) | |
Aggregation Pipeline (Aggregation operation only) | Specify an array of pipeline stages to aggregate the data by, expressed in JSON. See MongoDB documentation on Aggregation Pipelines. |