View Source MongoAgile.BuilderQueries.AggregateBuilder (mongo_agile v0.8.1-rc)

Macro Pipeline

base

Base

  • pipeline - Pipeline aggregate

options

Options

Source: https://hexdocs.pm/mongodb/Mongo.html

  • :allow_disk_use - Enables writing to temporary files (Default: false)
  • :collation - Optionally specifies a collation to use in MongoDB 3.4 and
  • :max_time - Specifies a time limit in milliseconds
  • :use_cursor - Use a cursor for a batched response (Default: true)

Link to this section Summary

Link to this section Functions

Link to this macro

aggregate(description, keyword)

View Source (macro)