mongoc_bulkwriteopts_set_verboseresults - Man Page

Synopsis

void
mongoc_bulkwriteopts_set_verboseresults (mongoc_bulkwriteopts_t *self, bool verboseresults);

Description

If verboseresults is true, detailed results for each successful operation will be included in the returned results.

By default, verbose results are not included.

Verbose results can be obtained with the following:

Author

MongoDB, Inc

Info

Nov 07, 2024 1.29.0 libmongoc