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

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

Detailed Description

Returns approximate number of documents in a collection.

Definition at line 52 of file operations.hpp.

Public Member Functions

 CountApprox (const CountApprox &)
 CountApprox (CountApprox &&) noexcept
CountApprox & operator= (const CountApprox &)
CountApprox & operator= (CountApprox &&) 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 &)

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