MongoDB C++ Driver 4.2.0
Loading...
Searching...
No Matches
mongocxx::v1::bulk_write::options Class Reference

#include <mongocxx/v1/bulk_write.hpp>

Description

Options for a bulk write operation.

Supported fields include:

See also
Attention
This feature is experimental! It is not ready for use!

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 bypass_document_validation)
 Set the "bypassDocumentValidation" field.
bsoncxx::v1::stdx::optional< bsoncxx::v1::types::viewcomment () const
 Return the current "comment" field.
optionscomment (bsoncxx::v1::types::value comment)
 Set the "comment" field.
bsoncxx::v1::stdx::optional< bsoncxx::v1::document::viewlet () const
 Return the current "let" field.
optionslet (bsoncxx::v1::document::value let)
 Set the "let" field.
optionsoperator= (options &&other) noexcept
 Move assignment.
optionsoperator= (options const &other)
 Copy assignment.
bool ordered () const
 Return the current "ordered" field.
optionsordered (bool ordered)
 Set the "ordered" field.
bsoncxx::v1::stdx::optional< v1::write_concernwrite_concern () const
 Return the current "writeConcern" field.
optionswrite_concern (v1::write_concern wc)
 Set the "writeConcern" field.

Constructor & Destructor Documentation

◆ ~options()

mongocxx::v1::bulk_write::options::~options ( )

Destroy this object.

Warning
Invalidates all associated views.

◆ options() [1/3]

mongocxx::v1::bulk_write::options::options ( options && other)
noexcept

Move constructor.

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

◆ options() [2/3]

mongocxx::v1::bulk_write::options::options ( options const & other)

Copy construction.

◆ options() [3/3]

mongocxx::v1::bulk_write::options::options ( )

Default initialization.

Postconditions:
  • this->ordered() == true.
  • All other supported fields are "unset" or zero-initialized.

Member Function Documentation

◆ bypass_document_validation() [1/2]

bsoncxx::v1::stdx::optional< bool > mongocxx::v1::bulk_write::options::bypass_document_validation ( ) const

Return the current "bypassDocumentValidation" field.

◆ bypass_document_validation() [2/2]

options & mongocxx::v1::bulk_write::options::bypass_document_validation ( bool bypass_document_validation)

Set the "bypassDocumentValidation" field.

◆ comment() [1/2]

bsoncxx::v1::stdx::optional< bsoncxx::v1::types::view > mongocxx::v1::bulk_write::options::comment ( ) const

Return the current "comment" field.

◆ comment() [2/2]

options & mongocxx::v1::bulk_write::options::comment ( bsoncxx::v1::types::value comment)

Set the "comment" field.

◆ let() [1/2]

bsoncxx::v1::stdx::optional< bsoncxx::v1::document::view > mongocxx::v1::bulk_write::options::let ( ) const

Return the current "let" field.

◆ let() [2/2]

options & mongocxx::v1::bulk_write::options::let ( bsoncxx::v1::document::value let)

Set the "let" field.

◆ operator=() [1/2]

options & mongocxx::v1::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::bulk_write::options::operator= ( options const & other)

Copy assignment.

◆ ordered() [1/2]

bool mongocxx::v1::bulk_write::options::ordered ( ) const

Return the current "ordered" field.

◆ ordered() [2/2]

options & mongocxx::v1::bulk_write::options::ordered ( bool ordered)

Set the "ordered" field.

◆ write_concern() [1/2]

bsoncxx::v1::stdx::optional< v1::write_concern > mongocxx::v1::bulk_write::options::write_concern ( ) const

Return the current "writeConcern" field.

◆ write_concern() [2/2]

options & mongocxx::v1::bulk_write::options::write_concern ( v1::write_concern wc)

Set the "writeConcern" field.


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