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 117 of file operations.hpp.

Public Member Functions

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