mongoc_bulk_operation_set_let - Man Page

Synopsis

void
mongoc_bulk_operation_set_let (
   mongoc_bulk_operation_t *bulk, const bson_t *let);

Parameters

Description

Defines constants that can be accessed by all update, replace, and delete operations executed as part of this bulk <>.

It is prohibited to call this function after adding operations to the bulk <>.

Author

MongoDB, Inc

Info

Mar 04, 2026 2.2.3 libmongoc