table of contents
MONGOC_BULKWRITEOPTS_SET_ORDERED(3) | libmongoc | MONGOC_BULKWRITEOPTS_SET_ORDERED(3) |
SYNOPSIS¶
void mongoc_bulkwriteopts_set_ordered (mongoc_bulkwriteopts_t *self, bool ordered);
DESCRIPTION¶
ordered specifies whether the operations in this bulk write should be executed in the order in which they were specified. If false, writes will continue to be executed if an individual write fails. If true, writes will stop executing if an individual write fails.
By default, bulk writes are ordered.
AUTHOR¶
MongoDB, Inc
COPYRIGHT¶
2009-present, MongoDB, Inc.
November 13, 2024 | 1.29.0 |