mongoc_bulk_operation_t
mongoc_bulk_operation_t Bulk Write Operations
- Provided by: libmongoc-doc (Version: 1.21.0-1build1)
- Source: mongo-c-driver
- Report a bug
mongoc_bulk_operation_t Bulk Write Operations
typedef struct _mongoc_bulk_operation_t mongoc_bulk_operation_t;
The opaque type mongoc_bulk_operation_t provides an abstraction for submitting multiple write operations as a single batch.
After adding all of the write operations to the mongoc_bulk_operation_t, call mongoc_bulk_operation_execute() to execute the operation.
WARNING:
SEE ALSO:
Bulk Write Operations
MongoDB, Inc
2017-present, MongoDB, Inc