1MONGOC_BULK_OPERATION_T(3) libmongoc MONGOC_BULK_OPERATION_T(3)
2
3
4
6 mongoc_bulk_operation_t - mongoc_bulk_operation_t
7
8 Bulk Write Operations
9
11 typedef struct _mongoc_bulk_operation_t mongoc_bulk_operation_t;
12
13 The opaque type mongoc_bulk_operation_t provides an abstraction for
14 submitting multiple write operations as a single batch.
15
16 After adding all of the write operations to the mongoc_bulk_opera‐
17 tion_t, call mongoc_bulk_operation_execute() to execute the operation.
18
19 WARNING:
20 It is only valid to call mongoc_bulk_operation_execute() once. The
21 mongoc_bulk_operation_t must be destroyed afterwards.
22
23 SEE ALSO:
24 Bulk Write Operations
25
26
28 MongoDB, Inc
29
31 2017-present, MongoDB, Inc
32
33
34
35
361.23.1 Oct 20, 2022 MONGOC_BULK_OPERATION_T(3)