163 bsoncxx::
v_noabi::stdx::optional<
bool> _bypass_document_validation;
172#include <mongocxx/config/postlude.hpp>
bulk_write()
Constructs a new bulk_write object. By default, bulk writes are considered ordered as this is the onl...
bulk_write & ordered(bool ordered)
Sets whether the writes must be executed in order by the server.
bulk_write & comment(bsoncxx::v_noabi::types::bson_value::view_or_value comment)
Set the value of the comment option.
bulk_write & let(bsoncxx::v_noabi::document::view_or_value let)
Set the value of the let option.
bulk_write()
Constructs a new bulk_write object. By default, bulk writes are considered ordered as this is the onl...
bulk_write & bypass_document_validation(bool bypass_document_validation)
Set whether or not to bypass document validation for this operation.
bulk_write & write_concern(mongocxx::v_noabi::write_concern wc)
Sets the write_concern for this operation.
Provides bsoncxx::v_noabi::document::view_or_value.
#define MONGOCXX_ABI_EXPORT_CDECL(...)
Equivalent to MONGOCXX_ABI_EXPORT with MONGOCXX_ABI_CDECL.
Definition export.hpp:52
The mongocxx v_noabi macro guard prelude header.
The top-level namespace within which all bsoncxx library entities are declared.
Declares entities representing options to use with various commands.
Declares entities whose ABI stability is NOT guaranteed.
The top-level namespace within which all mongocxx library entities are declared.
Declares mongocxx::v_noabi::options::bulk_write.
Provides bsoncxx::v_noabi::types::bson_value::view_or_value.
Provides std::optional-related polyfills for library API usage.
Provides mongocxx::v_noabi::write_concern.