#include <userver/storages/mongo/operations.hpp>
Retrieves distinct values for a specified field.
Definition at line 343 of file operations.hpp.
Public Member Functions | |
| Distinct (std::string field) | |
| Distinct (std::string field, formats::bson::Document filter) | |
| Distinct (const Distinct &) | |
| Distinct (Distinct &&) noexcept | |
| Distinct & | operator= (const Distinct &) |
| Distinct & | operator= (Distinct &&) noexcept |
| void | SetOption (const options::ReadPreference &) |
| void | SetOption (options::ReadPreference::Mode) |
| void | SetOption (options::ReadConcern) |
| void | SetOption (const options::Collation &) |
| void | SetOption (const options::Comment &) |
| void | SetOption (const options::MaxServerTime &) |