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

#include <mongocxx/v1/insert_one_options.hpp>

Description

Options for an "insertOne" operation.

Supported fields include:

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

Public Member Functions

 insert_one_options ()
 Default initialization.
 insert_one_options (insert_one_options &&other) noexcept
 Move constructor.
 insert_one_options (insert_one_options const &other)
 Copy construction.
 ~insert_one_options ()
 Destroy this object.
bsoncxx::v1::stdx::optional< bool > bypass_document_validation () const
 Return the current "bypassDocumentValidation" field.
insert_one_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.
insert_one_optionscomment (bsoncxx::v1::types::value comment)
 Set the "comment" field.
insert_one_optionsoperator= (insert_one_options &&other) noexcept
 Move assignment.
insert_one_optionsoperator= (insert_one_options const &other)
 Copy assignment.
bsoncxx::v1::stdx::optional< v1::write_concernwrite_concern () const
 Return the current "writeConcern" field.
insert_one_optionswrite_concern (v1::write_concern wc)
 Set the "writeConcern" field.

Constructor & Destructor Documentation

◆ ~insert_one_options()

mongocxx::v1::insert_one_options::~insert_one_options ( )

Destroy this object.

Warning
Invalidates all associated views.

◆ insert_one_options() [1/3]

mongocxx::v1::insert_one_options::insert_one_options ( insert_one_options && other)
noexcept

Move constructor.

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

◆ insert_one_options() [2/3]

mongocxx::v1::insert_one_options::insert_one_options ( insert_one_options const & other)

Copy construction.

◆ insert_one_options() [3/3]

mongocxx::v1::insert_one_options::insert_one_options ( )

Default initialization.

Postconditions:
  • All supported fields are "unset" or zero-initialized.

Member Function Documentation

◆ bypass_document_validation() [1/2]

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

Return the current "bypassDocumentValidation" field.

◆ bypass_document_validation() [2/2]

insert_one_options & mongocxx::v1::insert_one_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::insert_one_options::comment ( ) const

Return the current "comment" field.

◆ comment() [2/2]

insert_one_options & mongocxx::v1::insert_one_options::comment ( bsoncxx::v1::types::value comment)

Set the "comment" field.

◆ operator=() [1/2]

insert_one_options & mongocxx::v1::insert_one_options::operator= ( insert_one_options && other)
noexcept

Move assignment.

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

◆ operator=() [2/2]

insert_one_options & mongocxx::v1::insert_one_options::operator= ( insert_one_options const & other)

Copy assignment.

◆ write_concern() [1/2]

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

Return the current "writeConcern" field.

◆ write_concern() [2/2]

insert_one_options & mongocxx::v1::insert_one_options::write_concern ( v1::write_concern wc)

Set the "writeConcern" field.


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