userver: Member List
⚠️ 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::options::Projection Member List

This is the complete list of members for storages::mongo::options::Projection, including all inherited members.

ElemMatch(std::string_view field, const formats::bson::Document &pred)storages::mongo::options::Projection
Exclude(std::string_view field)storages::mongo::options::Projection
Include(std::string_view field)storages::mongo::options::Projection
Projection()=defaultstorages::mongo::options::Projection
Projection(std::initializer_list< std::string_view > fields_to_include)storages::mongo::options::Projection
Slice(std::string_view field, int32_t limit, int32_t skip=0)storages::mongo::options::Projection