#include <userver/storages/mongo/options.hpp>
Specifies the number of documents per wire-protocol batch. Controls both the initial find batch and subsequent getMore batches.
0 means "use server default". Definition at line 165 of file options.hpp.
Public Member Functions | |
| BatchSize (size_t value) | |
| size_t | Value () const |
|
inlineexplicit |
Definition at line 167 of file options.hpp.
|
inline |
Definition at line 171 of file options.hpp.