#include <userver/storages/mongo/operations.hpp>
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 | |
InsertOne & | operator= (const InsertOne &) |
InsertOne & | operator= (InsertOne &&) noexcept |
void | SetOption (options::WriteConcern::Level) |
void | SetOption (const options::WriteConcern &) |
void | SetOption (options::SuppressServerExceptions) |