mongoc_bulkwrite_updateoneopts_set_sort - Man Page

Synopsis

void
mongoc_bulkwrite_updateoneopts_set_sort (mongoc_bulkwrite_updateoneopts_t *self, bson_t* sort);

Description

sort specifies a sorting order if the query matches multiple documents. The first document matched by the sort order will be updated. This option is only sent if the caller explicitly provides a value.

Author

MongoDB, Inc

Info

Feb 06, 2025 1.30.0 libmongoc