153 bsoncxx::v_noabi::types::bson_value::view_or_value> const&)
287 bsoncxx::v_noabi::document::value as_bson() const;
289 bsoncxx::v_noabi::stdx::optional<
bsoncxx::v_noabi::
string::view_or_value> _full_document;
290 bsoncxx::v_noabi::stdx::optional<
bsoncxx::v_noabi::
string::view_or_value> _full_document_before_change;
291 bsoncxx::v_noabi::stdx::optional<std::int32_t> _batch_size;
292 bsoncxx::v_noabi::stdx::optional<
bsoncxx::v_noabi::types::bson_value::view_or_value> _comment;
293 bsoncxx::v_noabi::stdx::optional<
bsoncxx::v_noabi::document::view_or_value> _collation;
294 bsoncxx::v_noabi::stdx::optional<
bsoncxx::v_noabi::document::view_or_value> _resume_after;
295 bsoncxx::v_noabi::stdx::optional<
bsoncxx::v_noabi::document::view_or_value> _start_after;
296 bsoncxx::v_noabi::stdx::optional<std::chrono::milliseconds> _max_await_time;
297 bsoncxx::v_noabi::stdx::optional<
bsoncxx::v_noabi::types::b_timestamp> _start_at_operation_time;
304#include <mongocxx/config/postlude.hpp>
A MongoDB collection.
Definition collection.hpp:87
A MongoDB database.
Definition database.hpp:46
Used by change streams.
Definition change_stream.hpp:38
bsoncxx::v_noabi::stdx::optional< std::chrono::milliseconds > const & max_await_time() const
The current max_time setting.
bsoncxx::v_noabi::stdx::optional< bsoncxx::v_noabi::types::bson_value::view_or_value > const & comment() const
Gets the current value of the comment option.
bsoncxx::v_noabi::stdx::optional< bsoncxx::v_noabi::string::view_or_value > const & full_document() const
Gets the current fullDocument option.
bsoncxx::v_noabi::stdx::optional< std::int32_t > const & batch_size() const
The current batch size setting.
bsoncxx::v_noabi::stdx::optional< bsoncxx::v_noabi::document::view_or_value > const & collation() const
Retrieves the current collation for this operation.
bsoncxx::v_noabi::stdx::optional< bsoncxx::v_noabi::string::view_or_value > const & full_document_before_change() const
Gets the current fullDocumentBeforeChange option.
bsoncxx::v_noabi::stdx::optional< bsoncxx::v_noabi::document::view_or_value > const & start_after() const
Retrieves the current startAfter token for this change stream.
bsoncxx::v_noabi::stdx::optional< bsoncxx::v_noabi::document::view_or_value > const & resume_after() const
Retrieves the current resumeToken for this change stream.
bsoncxx::stdx::optional< bsoncxx::v_noabi::types::b_timestamp > const & start_at_operation_time() const
The current start_at_operation_time setting.
Used by clients.
Definition client.hpp:37
Declares mongocxx::v_noabi::client.
Declares mongocxx::v_noabi::collection.
Declares mongocxx::v_noabi::database.
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.
The top-level namespace within which all mongocxx library entities are declared.
Declares mongocxx::v_noabi::options::change_stream.
Provides bsoncxx::v_noabi::string::view_or_value.
Provides bsoncxx::v_noabi::types::bson_value::view_or_value.
Provides entities used to represent BSON types.