mongoc_bulkwriteresult_serverid - Man Page
Synopsis
uint32_t mongoc_bulkwriteresult_serverid (const mongoc_bulkwriteresult_t *self);
Description
Returns the most recently selected server. The returned value may differ from a serverid previously set with mongoc_bulkwriteopts_set_serverid() if a retry occurred. Intended for use by wrapping drivers that select a server before running the operation.
Author
MongoDB, Inc
Copyright
2009-present, MongoDB, Inc.
Info
Nov 07, 2024 1.29.0 libmongoc