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

SYNOPSIS

6          void
7          mongoc_bulk_operation_set_let (
8             mongoc_bulk_operation_t *bulk, const bson_t *let);
9

PARAMETERS

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

DESCRIPTION

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

AUTHOR

25       MongoDB, Inc
26
28       2017-present, MongoDB, Inc
29
30
31
32
331.25.1                           Nov 08, 2023 MONGOC_BULK_OPERATION_SET_LET(3)
Impressum