table of contents
other versions
- testing 1.30.4-1
- unstable 1.30.4-1
- experimental 2.0.2-1
MONGOC_BULKWRITEOPTS_SET_EXTRA(3) | libmongoc | MONGOC_BULKWRITEOPTS_SET_EXTRA(3) |
SYNOPSIS¶
void mongoc_bulkwriteopts_set_extra (mongoc_bulkwriteopts_t *self, const bson_t *extra);
DESCRIPTION¶
Appends all fields in extra to the outgoing bulkWrite command. Intended to support future server options. Prefer other mongoc_bulkwriteopts_set_* helpers to avoid unexpected option conflicts.
AUTHOR¶
MongoDB, Inc
COPYRIGHT¶
2009-present, MongoDB, Inc.
May 7, 2025 | 1.30.4 |