|  |  
 |   |   
 SYNOPSISvoid mongoc_bulkwrite_replaceoneopts_set_sort (mongoc_bulkwrite_replaceoneopts_t *self, bson_t* sort); DESCRIPTIONsort 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. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc. 
 
 |