table of contents
other versions
- testing 1.30.4-1
- unstable 1.30.4-1
- experimental 2.0.2-1
MONGOC_BULKWRITE_REPLACEONEOPTS_SET_SORT(3) | libmongoc | MONGOC_BULKWRITE_REPLACEONEOPTS_SET_SORT(3) |
SYNOPSIS¶
void mongoc_bulkwrite_replaceoneopts_set_sort (mongoc_bulkwrite_replaceoneopts_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 replaced. This option is only sent if the caller explicitly provides a value.
AUTHOR¶
MongoDB, Inc
COPYRIGHT¶
2009-present, MongoDB, Inc.
May 7, 2025 | 1.30.4 |