Retrieves documents matching the filter. More...
#include <userver/storages/mongo/operations.hpp>
Public Member Functions | |
| Find (formats::bson::Document filter) | |
| Find (const Find &) | |
| Find (Find &&) noexcept | |
| Find & | operator= (const Find &) |
| Find & | operator= (Find &&) 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::Projection) |
| void | SetOption (const options::Sort &) |
| void | SetOption (const options::Hint &) |
| void | SetOption (options::AllowPartialResults) |
| void | SetOption (options::Tailable) |
| void | SetOption (const options::Comment &) |
| void | SetOption (const options::MaxServerTime &) |
Retrieves documents matching the filter.
Definition at line 78 of file operations.hpp.