Scroll to navigation

MONGOC_BULK_OPERATION_GET_LET(3) libmongoc MONGOC_BULK_OPERATION_GET_LET(3)

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.

August 21, 2026 2.5.0