mongoc_bulkwriteresult_modifiedcount()¶
Synopsis¶
int64_t
mongoc_bulkwriteresult_modifiedcount (const mongoc_bulkwriteresult_t *self);
Description¶
Returns the total number of documents modified across all update operations.
int64_t
mongoc_bulkwriteresult_modifiedcount (const mongoc_bulkwriteresult_t *self);
Returns the total number of documents modified across all update operations.