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

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

Detailed Description

Inserts a single document.

Definition at line 112 of file operations.hpp.

Public Member Functions

 InsertOne (formats::bson::Document document)
 
 InsertOne (const InsertOne &)
 
 InsertOne (InsertOne &&) noexcept
 
InsertOneoperator= (const InsertOne &)
 
InsertOneoperator= (InsertOne &&) noexcept
 
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: