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

FreeBSD Manual Pages

  
 
  

home | help
MONGOC_BULKWR...VERBOSERESULTS(3)  libmongoc MONGOC_BULKWR...VERBOSERESULTS(3)

SYNOPSIS
	  void
	  mongoc_bulkwriteopts_set_verboseresults (mongoc_bulkwriteopts_t *self, bool verboseresults);

DESCRIPTION
       If  verboseresults is true, detailed results for	each successful	opera-
       tion will be included in	the returned results.

       By default, verbose results are not included.

       Verbose results can be obtained with the	following:

        mongoc_bulkwriteresult_insertresults()

        mongoc_bulkwriteresult_updateresults()

        mongoc_bulkwriteresult_deleteresults()

AUTHOR
       MongoDB,	Inc

COPYRIGHT
       2009-present, MongoDB, Inc.

1.30.2				 Apr 12, 2025MONGOC_BULKWR...VERBOSERESULTS(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=mongoc_bulkwriteopts_set_verboseresults&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help