17 #include <bsoncxx/array/view_or_value.hpp>
18 #include <bsoncxx/document/view_or_value.hpp>
19 #include <bsoncxx/stdx/optional.hpp>
20 #include <bsoncxx/types/bson_value/view_or_value.hpp>
21 #include <mongocxx/hint.hpp>
22 #include <mongocxx/stdx.hpp>
23 #include <mongocxx/write_concern.hpp>
25 #include <mongocxx/config/prelude.hpp>
28 MONGOCXX_INLINE_NAMESPACE_BEGIN
51 replace& bypass_document_validation(
bool bypass_document_validation);
58 const stdx::optional<bool>& bypass_document_validation()
const;
84 const stdx::optional<bsoncxx::document::view_or_value>& collation()
const;
109 const stdx::optional<bool>& upsert()
const;
133 const stdx::optional<class write_concern>&
write_concern()
const;
155 const stdx::optional<class hint>&
hint()
const;
175 const stdx::optional<bsoncxx::document::view_or_value> let()
const;
195 const stdx::optional<bsoncxx::types::bson_value::view_or_value> comment()
const;
198 stdx::optional<bool> _bypass_document_validation;
199 stdx::optional<bsoncxx::document::view_or_value> _collation;
200 stdx::optional<bool> _upsert;
201 stdx::optional<class write_concern> _write_concern;
202 stdx::optional<class hint> _hint;
203 stdx::optional<bsoncxx::document::view_or_value> _let;
204 stdx::optional<bsoncxx::types::bson_value::view_or_value> _comment;
208 MONGOCXX_INLINE_NAMESPACE_END
211 #include <mongocxx/config/postlude.hpp>