userver: storages::mongo::options::Tailable Class Reference
⚠️ 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::Tailable Class Reference

Table of Contents

Enables tailable cursor, which block at the end of capped collections. More...

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

Detailed Description

Enables tailable cursor, which block at the end of capped collections.

Note
Automatically sets awaitData.
See also
https://docs.mongodb.com/manual/core/tailable-cursors/

Definition at line 277 of file options.hpp.


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