mongoc_bulk_operation_get_let()#

Synopsis#

const bson_t*
mongoc_bulk_operation_get_let (const mongoc_bulk_operation_t *bulk);

Parameters#

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.