userver: storages::mongo::operations::Aggregate Class Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
storages::mongo::operations::Aggregate Class Reference

Runs an aggregation pipeline. More...

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

Public Member Functions

 Aggregate (formats::bson::Value pipeline)
 
 Aggregate (const Aggregate &)
 
 Aggregate (Aggregate &&) noexcept
 
Aggregateoperator= (const Aggregate &)
 
Aggregateoperator= (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 &)
 

Detailed Description

Runs an aggregation pipeline.

Definition at line 313 of file operations.hpp.


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