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

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

Detailed Description

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
 
InsertManyoperator= (const InsertMany &)
 
InsertManyoperator= (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)
 

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