MongoDB C++ Driver 4.4.0
Loading...
Searching...
No Matches
mongocxx::client_bulk_write::delete_many_options Class Reference

#include <mongocxx/v1/client_bulk_write.hpp>

Description

Options for a "Delete Many" operation in a client bulk write.

Supported fields include:

Public Member Functions

 delete_many_options ()
 Default initialization.
 delete_many_options (delete_many_options &&other) noexcept
 Move constructor.
 delete_many_options (delete_many_options const &other)
 Copy construction.
 ~delete_many_options ()
 Destroy this object.
bsoncxx::v1::stdx::optional< bsoncxx::v1::document::viewcollation () const
 Return the current "collation" field.
delete_many_optionscollation (bsoncxx::v1::document::value v)
 Set the "collation" field.
bsoncxx::v1::stdx::optional< v1::hinthint () const
 Return the current "hint" field.
delete_many_optionshint (v1::hint v)
 Set the "hint" field.
delete_many_optionsoperator= (delete_many_options &&other) noexcept
 Move assignment.
delete_many_optionsoperator= (delete_many_options const &other)
 Copy assignment.

Constructor & Destructor Documentation

◆ ~delete_many_options()

Destroy this object.

Warning
Invalidates all associated views.

◆ delete_many_options() [1/3]

Move constructor.

Postconditions:
  • other is in an assign-or-destroy-only state.

◆ delete_many_options() [2/3]

Copy construction.

◆ delete_many_options() [3/3]

Member Function Documentation

◆ collation() [1/2]

◆ collation() [2/2]

◆ hint() [1/2]

◆ hint() [2/2]

◆ operator=() [1/2]

delete_many_options & mongocxx::v1::client_bulk_write::delete_many_options::operator= ( delete_many_options && other)
noexcept

Move assignment.

Postconditions:
  • other is in an assign-or-destroy-only state.

◆ operator=() [2/2]

delete_many_options & mongocxx::v1::client_bulk_write::delete_many_options::operator= ( delete_many_options const & other)

Copy assignment.


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