logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

const bson_t *

Author

       MongoDB, Inc

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().

Synopsis

          const bson_t *
          mongoc_bulkwriteresult_deleteresults (const mongoc_bulkwriteresult_t *self);

See Also