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

#include <mongocxx/v1/client_bulk_write.hpp>

Description

Options for a client bulk write operation.

Supported fields include:

See also

Public Member Functions

 options ()
 Default initialization.
 options (options &&other) noexcept
 Move constructor.
 options (options const &other)
 Copy construction.
 ~options ()
 Destroy this object.
bsoncxx::v1::stdx::optional< bool > bypass_document_validation () const
 Return the current "bypassDocumentValidation" field.
optionsbypass_document_validation (bool v)
 Set the "bypassDocumentValidation" field.
bsoncxx::v1::stdx::optional< bsoncxx::v1::types::viewcomment () const
 Return the current "comment" field.
optionscomment (bsoncxx::v1::types::value v)
 Set the "comment" field.
bsoncxx::v1::stdx::optional< bsoncxx::v1::document::viewlet () const
 Return the current "let" field.
optionslet (bsoncxx::v1::document::value v)
 Set the "let" field.
optionsoperator= (options &&other) noexcept
 Move assignment.
optionsoperator= (options const &other)
 Copy assignment.
bsoncxx::v1::stdx::optional< bool > ordered () const
 Return the current "ordered" field.
optionsordered (bool v)
 Set the "ordered" field.
bsoncxx::v1::stdx::optional< bool > verbose_results () const
 Return the current "verboseResults" field.
optionsverbose_results (bool v)
 Set the "verboseResults" field.
bsoncxx::v1::stdx::optional< v1::write_concernwrite_concern () const
 Return the current "writeConcern" field.
optionswrite_concern (v1::write_concern v)
 Set the "writeConcern" field.

Constructor & Destructor Documentation

◆ ~options()

Destroy this object.

Warning
Invalidates all associated views.

◆ options() [1/3]

Move constructor.

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

◆ options() [2/3]

Copy construction.

◆ options() [3/3]

Member Function Documentation

◆ bypass_document_validation() [1/2]

Return the current "bypassDocumentValidation" field.

◆ bypass_document_validation() [2/2]

Set the "bypassDocumentValidation" field.

◆ comment() [1/2]

◆ comment() [2/2]

◆ let() [1/2]

◆ let() [2/2]

◆ operator=() [1/2]

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

Move assignment.

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

◆ operator=() [2/2]

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

Copy assignment.

◆ ordered() [1/2]

Return the current "ordered" field.

◆ ordered() [2/2]

Set the "ordered" field.

◆ verbose_results() [1/2]

Return the current "verboseResults" field.

◆ verbose_results() [2/2]

Set the "verboseResults" field.

◆ write_concern() [1/2]

◆ write_concern() [2/2]


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