#include <userver/storages/mongo/operations.hpp>
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 | |
| Count & | operator= (const Count &) | 
| Count & | operator= (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 &) |