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 313 of file 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 &)
 

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