#include <userver/storages/mongo/operations.hpp>
Inserts multiple documents.
Definition at line 137 of file operations.hpp.
Public Member Functions | |
InsertMany (std::vector< formats::bson::Document > documents) | |
InsertMany (const InsertMany &) | |
InsertMany (InsertMany &&) noexcept | |
InsertMany & | operator= (const InsertMany &) |
InsertMany & | operator= (InsertMany &&) noexcept |
void | Append (formats::bson::Document document) |
void | SetOption (options::Unordered) |
void | SetOption (options::WriteConcern::Level) |
void | SetOption (const options::WriteConcern &) |
void | SetOption (options::SuppressServerExceptions) |