1MONGOC_BULK_OPERATION_SET_LET(3)   libmongoc  MONGOC_BULK_OPERATION_SET_LET(3)
2
3
4

NAME

6       mongoc_bulk_operation_set_let - mongoc_bulk_operation_set_let()
7

SYNOPSIS

9          void
10          mongoc_bulk_operation_set_let (
11             mongoc_bulk_operation_t *bulk, const bson_t *let);
12

PARAMETERS

14bulk: A mongoc_bulk_operation_t.
15
16let:  A  BSON  document  consisting of any number of parameter names,
17         each followed by definitions of constants in the  MQL  Aggregate  Ex‐
18         pression language.
19

DESCRIPTION

21       Defines  constants  that  can  be  accessed by all update, replace, and
22       delete operations executed as part of this bulk.
23
24       It is prohibited to call this function after adding operations  to  the
25       bulk.
26

AUTHOR

28       MongoDB, Inc
29
31       2017-present, MongoDB, Inc
32
33
34
35
361.24.3                           Aug 17, 2023 MONGOC_BULK_OPERATION_SET_LET(3)
Impressum