17 #include <bsoncxx/stdx/optional.hpp> 18 #include <mongocxx/write_concern.hpp> 20 #include <mongocxx/config/prelude.hpp> 23 MONGOCXX_INLINE_NAMESPACE_BEGIN
84 const stdx::optional<class write_concern>&
write_concern()
const;
96 bulk_write& bypass_document_validation(
bool bypass_document_validation);
104 const stdx::optional<bool> bypass_document_validation()
const;
108 stdx::optional<class write_concern> _write_concern;
109 stdx::optional<bool> _bypass_document_validation;
116 MONGOCXX_INLINE_NAMESPACE_END
119 #include <mongocxx/config/postlude.hpp> Top level namespace for the MongoDB C++ driver.
Definition: bulk_write.hpp:24
Class representing the optional arguments to a MongoDB bulk write.
Definition: bulk_write.hpp:29
Class representing the server-side requirement for reporting the success of a write operation...
Definition: write_concern.hpp:55