Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
MONGOC_BULKWRI..._UPDATERESULTS(3)  libmongoc MONGOC_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 success-
     fully performed. Example:

	{
	  "0" : { "matchedCount" : 2, "modifiedCount" : 2 },
	  "1" : { "matchedCount" : 1, "modifiedCount" : 0, "upsertedId" : "foo" }
	}

     Returns NULL if verbose results were not requested. Request verbose results
     with mongoc_bulkwriteopts_set_verboseresults().

AUTHOR
     MongoDB, Inc

COPYRIGHT
     2009-present, MongoDB, Inc.

1.30.8				  Aug 27, 2026MONGOC_BULKWRI..._UPDATERESULTS(3)

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+15.1.quarterly>

home | help