#include <userver/storages/mongo/bulk_ops.hpp>
Inserts a single document as part of bulk operation.
Definition at line 21 of file bulk_ops.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 () const | 
      
  | 
  inline | 
Definition at line 31 of file bulk_ops.hpp.
      
  | 
  friend | 
Definition at line 34 of file bulk_ops.hpp.