table of contents
| MONGOC_BULKWRITE_CHECK_ACKNOWLEDGED(3) | libmongoc | MONGOC_BULKWRITE_CHECK_ACKNOWLEDGED(3) |
SYNOPSIS¶
mongoc_bulkwrite_check_acknowledged_t mongoc_bulkwrite_check_acknowledged (const mongoc_bulkwrite_t * self, bson_error_t * error);
DESCRIPTION¶
Checks whether or not the previous call to mongoc_bulkwrite_execute() <> used an acknowledged write concern. If an error occurred, the is_ok member of mongoc_bulkwrite_check_acknowledged_t <> will be false and error will be set.
Author¶
MongoDB, Inc
Copyright¶
2009-present, MongoDB, Inc.
| April 22, 2026 | 2.3.0 |