mongoc_bulk_operation_get_let - Man Page
Synopsis
const bson_t* mongoc_bulk_operation_get_let (const mongoc_bulk_operation_t *bulk);
Parameters
- bulk: A mongoc_bulk_operation_t <>ā.
Description
Retrieves a BSON document consisting of any number of parameter names, each followed by definitions of constants in the MQL Aggregate Expression language.
These constants can be accessed by all update, replace, and delete operations executed as part of this bulk <>ā.
Returns
A bson_t that should not be modified or freed.
Author
MongoDB, Inc
Copyright
2009-present, MongoDB, Inc.
Info
Sep 04, 2026 2.5.2 libmongoc