userver: storages::mongo::operations::Aggregate Class Reference
Loading...
Searching...
No Matches
storages::mongo::operations::Aggregate Class Reference

#include <userver/storages/mongo/operations.hpp>

Detailed Description

Runs an aggregation pipeline.

Definition at line 327 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 &)

The documentation for this class was generated from the following file: