81 const
bsoncxx::v_noabi::stdx::optional<
bsoncxx::v_noabi::
string::view_or_value>&)
113 const
bsoncxx::v_noabi::stdx::optional<
bsoncxx::v_noabi::
string::view_or_value>&)
156 const stdx::optional<
bsoncxx::v_noabi::types::bson_value::view_or_value>&)
281 bsoncxx::v_noabi::document::value as_bson() const;
283 stdx::optional<
bsoncxx::v_noabi::
string::view_or_value> _full_document;
284 stdx::optional<
bsoncxx::v_noabi::
string::view_or_value> _full_document_before_change;
285 stdx::optional<
std::int32_t> _batch_size;
286 stdx::optional<
bsoncxx::v_noabi::types::bson_value::view_or_value> _comment;
287 stdx::optional<
bsoncxx::v_noabi::document::view_or_value> _collation;
288 stdx::optional<
bsoncxx::v_noabi::document::view_or_value> _resume_after;
289 stdx::optional<
bsoncxx::v_noabi::document::view_or_value> _start_after;
290 stdx::optional<
std::chrono::milliseconds> _max_await_time;
294 bsoncxx::v_noabi::types::b_timestamp _start_at_operation_time = {};
295 bool _start_at_operation_time_set =
false;
Class representing server side document groupings within a MongoDB database.
Definition collection.hpp:87
Class representing a MongoDB database.
Definition database.hpp:47
Class representing MongoDB change stream options.
Definition change_stream.hpp:40
const stdx::optional< bsoncxx::v_noabi::types::bson_value::view_or_value > & comment() const
Gets the current value of the comment option.
const stdx::optional< std::chrono::milliseconds > & max_await_time() const
The current max_time setting.
const stdx::optional< bsoncxx::v_noabi::document::view_or_value > & collation() const
Retrieves the current collation for this operation.
change_stream & start_at_operation_time(bsoncxx::v_noabi::types::b_timestamp timestamp)
Specifies the logical starting point for the new change stream. Changes are returned at or after the ...
const stdx::optional< bsoncxx::v_noabi::document::view_or_value > & start_after() const
Retrieves the current startAfter token for this change stream.
const 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::string::view_or_value > & full_document_before_change() const
Gets the current fullDocumentBeforeChange option.
const bsoncxx::v_noabi::stdx::optional< bsoncxx::v_noabi::string::view_or_value > & full_document() const
Gets the current fullDocument option.
const stdx::optional< std::int32_t > & batch_size() const
The current batch size 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:222
The mongocxx macro guard postlude header.
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.
Redeclares bsoncxx::v_noabi::stdx in mongocxx::v_noabi::stdx for internal use.
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.