FreeBSD Manual Pages
MONGOC_BULKWRI..._UPDATERESULTS(3) libmongocMONGOC_BULKWRI..._UPDATERESULTS(3) SYNOPSIS const bson_t * mongoc_bulkwriteresult_updateresults (const mongoc_bulkwriteresult_t *self); DESCRIPTION Returns the results of each individual update operation that was suc- cessfully performed. Example: { "0" : { "matchedCount" : 2, "modifiedCount" : 2 }, "1" : { "matchedCount" : 1, "modifiedCount" : 0, "upsertedId" : "foo" } } Returns NULL if verbose results were not requested. Request verbose re- sults with mongoc_bulkwriteopts_set_verboseresults(). AUTHOR MongoDB, Inc COPYRIGHT 2009-present, MongoDB, Inc. 1.30.2 Apr 12, 202MONGOC_BULKWRI..._UPDATERESULTS(3)
SYNOPSIS | DESCRIPTION | AUTHOR | COPYRIGHT
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=mongoc_bulkwriteresult_updateresults&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>
