79        const 
bsoncxx::v_noabi::stdx::optional<
bsoncxx::v_noabi::
string::view_or_value>&)
 
  111        const 
bsoncxx::v_noabi::stdx::optional<
bsoncxx::v_noabi::
string::view_or_value>&)
 
  155        const 
bsoncxx::v_noabi::stdx::optional<
bsoncxx::v_noabi::types::bson_value::view_or_value>&)
 
  183        const 
bsoncxx::v_noabi::stdx::optional<
bsoncxx::v_noabi::document::view_or_value>&)
 
  213        const 
bsoncxx::v_noabi::stdx::optional<
bsoncxx::v_noabi::document::view_or_value>&)
 
  236        const 
bsoncxx::v_noabi::stdx::optional<
bsoncxx::v_noabi::document::view_or_value>&)
 
  292    bsoncxx::v_noabi::document::value as_bson() const;
 
  294    bsoncxx::v_noabi::stdx::optional<
bsoncxx::v_noabi::
string::view_or_value> _full_document;
 
  295    bsoncxx::v_noabi::stdx::optional<
bsoncxx::v_noabi::
string::view_or_value>
 
  296        _full_document_before_change;
 
  297    bsoncxx::v_noabi::stdx::optional<
std::int32_t> _batch_size;
 
  298    bsoncxx::v_noabi::stdx::optional<
bsoncxx::v_noabi::types::bson_value::view_or_value> _comment;
 
  299    bsoncxx::v_noabi::stdx::optional<
bsoncxx::v_noabi::document::view_or_value> _collation;
 
  300    bsoncxx::v_noabi::stdx::optional<
bsoncxx::v_noabi::document::view_or_value> _resume_after;
 
  301    bsoncxx::v_noabi::stdx::optional<
bsoncxx::v_noabi::document::view_or_value> _start_after;
 
  302    bsoncxx::v_noabi::stdx::optional<
std::chrono::milliseconds> _max_await_time;
 
  303    bsoncxx::v_noabi::stdx::optional<
bsoncxx::v_noabi::types::b_timestamp> _start_at_operation_time;
 
 
  310#include <mongocxx/config/postlude.hpp> 
Class representing server side document groupings within a MongoDB database.
Definition collection.hpp:87
 
Class representing a MongoDB database.
Definition database.hpp:46
 
Class representing MongoDB change stream options.
Definition change_stream.hpp:38
 
const bsoncxx::v_noabi::stdx::optional< bsoncxx::v_noabi::document::view_or_value > & resume_after() const
Retrieves the current resumeToken for this change stream.
 
const bsoncxx::v_noabi::stdx::optional< bsoncxx::v_noabi::document::view_or_value > & collation() const
Retrieves the current collation for this operation.
 
const bsoncxx::v_noabi::stdx::optional< bsoncxx::v_noabi::document::view_or_value > & start_after() const
Retrieves the current startAfter token for this change stream.
 
const bsoncxx::v_noabi::stdx::optional< bsoncxx::v_noabi::types::bson_value::view_or_value > & comment() const
Gets the current value of the comment option.
 
const bsoncxx::v_noabi::stdx::optional< bsoncxx::v_noabi::string::view_or_value > & full_document_before_change() const
Gets the current fullDocumentBeforeChange option.
 
const bsoncxx::v_noabi::stdx::optional< std::int32_t > & batch_size() const
The current batch size setting.
 
const bsoncxx::stdx::optional< bsoncxx::v_noabi::types::b_timestamp > & start_at_operation_time() const
The current start_at_operation_time setting.
 
const bsoncxx::v_noabi::stdx::optional< bsoncxx::v_noabi::string::view_or_value > & full_document() const
Gets the current fullDocument option.
 
const bsoncxx::v_noabi::stdx::optional< std::chrono::milliseconds > & max_await_time() const
The current max_time setting.
 
Class representing the optional arguments to a MongoDB driver client object.
Definition client.hpp:39
 
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 fwd.hpp:204
 
The mongocxx 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.
 
The top-level namespace reserved for the C++ standard library.
 
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.