userver: storages::mongo::operations::Count 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::Count Class Reference

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

Detailed Description

Counts documents matching the filter.

Definition at line 21 of file operations.hpp.

Public Member Functions

 Count (formats::bson::Document filter)
 
 Count (const Count &)
 
 Count (Count &&) noexcept
 
Countoperator= (const Count &)
 
Countoperator= (Count &&) noexcept
 
void SetOption (const options::ReadPreference &)
 
void SetOption (options::ReadPreference::Mode)
 
void SetOption (options::ReadConcern)
 
void SetOption (options::Skip)
 
void SetOption (options::Limit)
 
void SetOption (options::ForceCountImpl)
 
void SetOption (const options::MaxServerTime &)
 

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