mongoc_bulkwriteresult_insertresults(3)
| MONGOC_BULKWRITERESULT_INSERTRESULTS(3) | libmongoc | MONGOC_BULKWRITERESULT_INSERTRESULTS(3) |
SYNOPSIS
const bson_t * mongoc_bulkwriteresult_insertresults (const mongoc_bulkwriteresult_t *self);
DESCRIPTION
Returns the results of each individual insert operation that was successfully performed. Example:
{
"0" : { "insertedId" : "foo" },
"1" : { "insertedId" : "bar" }
}
Returns NULL if verbose results were not requested. Request verbose results with mongoc_bulkwriteopts_set_verboseresults() <>.
Author
MongoDB, Inc
Copyright
2009-present, MongoDB, Inc.
| February 10, 2026 | 1.30.7 |
