17 #include <bsoncxx/document/view_or_value.hpp>
18 #include <bsoncxx/stdx/optional.hpp>
19 #include <bsoncxx/types/bson_value/view_or_value.hpp>
20 #include <mongocxx/write_concern.hpp>
22 #include <mongocxx/config/prelude.hpp>
25 MONGOCXX_INLINE_NAMESPACE_BEGIN
86 const stdx::optional<class write_concern>&
write_concern()
const;
98 bulk_write& bypass_document_validation(
bool bypass_document_validation);
106 const stdx::optional<bool> bypass_document_validation()
const;
126 const stdx::optional<bsoncxx::document::view_or_value> let()
const;
146 const stdx::optional<bsoncxx::types::bson_value::view_or_value> comment()
const;
150 stdx::optional<class write_concern> _write_concern;
151 stdx::optional<bool> _bypass_document_validation;
152 stdx::optional<bsoncxx::document::view_or_value> _let;
153 stdx::optional<bsoncxx::types::bson_value::view_or_value> _comment;
157 MONGOCXX_INLINE_NAMESPACE_END
160 #include <mongocxx/config/postlude.hpp>