userver: storages::mongo::operations::Delete Class Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
storages::mongo::operations::Delete Class Reference

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

Detailed Description

Deletes documents.

Definition at line 227 of file operations.hpp.

Public Types

enum class  Mode {
  kSingle ,
  kMulti
}
 

Public Member Functions

 Delete (Mode mode, formats::bson::Document selector)
 
 Delete (const Delete &)
 
 Delete (Delete &&) noexcept
 
Deleteoperator= (const Delete &)
 
Deleteoperator= (Delete &&) noexcept
 
void SetOption (options::WriteConcern::Level)
 
void SetOption (const options::WriteConcern &)
 
void SetOption (options::SuppressServerExceptions)
 

Member Enumeration Documentation

◆ Mode

enum class storages::mongo::operations::Delete::Mode
strong

Definition at line 229 of file operations.hpp.


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