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

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

Detailed Description

Counts documents matching the filter.

Definition at line 22 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 (const options::MaxServerTime &)
void SetOption (const options::Hint &)

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