FreeBSD Manual Pages
MONGOC_BULKWRI..._DELETERESULTS(3) libmongocMONGOC_BULKWRI..._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 suc- cessfully performed. Example: { "0" : { "deletedCount" : 1 }, "1" : { "deletedCount" : 2 } } 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..._DELETERESULTS(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_deleteresults&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>