1MONGOC_BULK_OPERATION_T(3) MongoDB C Driver 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
24 Bulk Write Operations
25
27 MongoDB, Inc
28
30 2017-present, MongoDB, Inc
31
32
33
34
351.13.1 Jan 24, 2019 MONGOC_BULK_OPERATION_T(3)