1MONGOC_BULK_OPERATION_T(3)         libmongoc        MONGOC_BULK_OPERATION_T(3)
2
3
4

NAME

6       mongoc_bulk_operation_t - mongoc_bulk_operation_t
7
8       Bulk Write Operations
9

SYNOPSIS

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

SEE ALSO

24       Bulk Write Operations
25

AUTHOR

27       MongoDB, Inc
28
30       2017-present, MongoDB, Inc
31
32
33
34
351.16.2                           Feb 25, 2020       MONGOC_BULK_OPERATION_T(3)
Impressum