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 21 of file operations.hpp.

Public Member Functions

 Count (formats::bson::Document filter)
 
 Count (const Count &)
 
 Count (Count &&) noexcept
 
Countoperator= (const Count &)
 
Countoperator= (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 &)
 

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