1MONGOC_BULK_OPERATION_T(3)         libmongoc        MONGOC_BULK_OPERATION_T(3)
2
3
4
5Bulk Write Operations
6

SYNOPSIS

8          typedef struct _mongoc_bulk_operation_t mongoc_bulk_operation_t;
9
10       The  opaque  type  mongoc_bulk_operation_t  provides an abstraction for
11       submitting multiple write operations as a single batch.
12
13       After adding all of the  write  operations  to  the  mongoc_bulk_opera‐
14       tion_t, call mongoc_bulk_operation_execute() to execute the operation.
15
16       WARNING:
17          It  is  only valid to call mongoc_bulk_operation_execute() once. The
18          mongoc_bulk_operation_t must be destroyed afterwards.
19
20       SEE ALSO:
21          Bulk Write Operations
22
23

AUTHOR

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