table of contents
| MONGOC_BULKWRITE_CHECK_ACKNOWLEDGED_T(3) | libmongoc | MONGOC_BULKWRITE_CHECK_ACKNOWLEDGED_T(3) |
SYNOPSIS¶
typedef struct {
bool is_ok; // true if no error
bool is_acknowledged; // true if the previous call to `mongoc_bulkwrite_execute` used an acknowledged write concern
} mongoc_bulkwrite_check_acknowledged_t;
DESCRIPTION¶
mongoc_bulkwrite_check_acknowledged_t <> is returned by mongoc_bulkwrite_check_acknowledged() <>.
is_ok is false if there was no previous call to mongoc_bulkwrite_execute() <> or if execution failed before the write concern could be determined.
is_acknowledged is true if the previous mongoc_bulkwrite_execute() <> call used an acknowledged write concern.
Author¶
MongoDB, Inc
Copyright¶
2009-present, MongoDB, Inc.
| December 11, 2025 | 2.2.1 |