|  |  
 |   |   
 SYNOPSISconst bson_t * mongoc_bulkwriteresult_insertresults (const mongoc_bulkwriteresult_t *self); DESCRIPTIONReturns the results of each individual insert operation that was successfully performed. Example: {
Returns NULL if verbose results were not requested. Request verbose results with mongoc_bulkwriteopts_set_verboseresults(). AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc. 
 
 |