#include <userver/storages/mongo/operations.hpp>
Runs an aggregation pipeline.
Definition at line 313 of file operations.hpp.
Public Member Functions | |
Aggregate (formats::bson::Value pipeline) | |
Aggregate (const Aggregate &) | |
Aggregate (Aggregate &&) noexcept | |
Aggregate & | operator= (const Aggregate &) |
Aggregate & | operator= (Aggregate &&) noexcept |
void | SetOption (const options::ReadPreference &) |
void | SetOption (options::ReadPreference::Mode) |
void | SetOption (options::ReadConcern) |
void | SetOption (const options::WriteConcern &) |
void | SetOption (options::WriteConcern::Level) |
void | SetOption (const options::Hint &) |
void | SetOption (const options::Comment &) |
void | SetOption (const options::MaxServerTime &) |