table of contents
other versions
- trixie 1.30.4-1
- testing 1.30.4-1
- unstable 1.30.4-1
- experimental 2.0.2-1
MONGOC_BULKWRITERESULT_DELETERESULTS(3) | libmongoc | MONGOC_BULKWRITERESULT_DELETERESULTS(3) |
SYNOPSIS¶
const bson_t * mongoc_bulkwriteresult_deleteresults (const mongoc_bulkwriteresult_t *self);
DESCRIPTION¶
Returns the results of each individual delete operation that was successfully performed. Example:
{
"0" : { "deletedCount" : 1 },
"1" : { "deletedCount" : 2 } }
Returns NULL if verbose results were not requested. Request verbose results with mongoc_bulkwriteopts_set_verboseresults().
AUTHOR¶
MongoDB, Inc
COPYRIGHT¶
2009-present, MongoDB, Inc.
May 7, 2025 | 1.30.4 |