mongoc_bulkwrite_serverid_t - Man Page
Synopsis
typedef struct {
bool is_ok; // true if no error
uint32_t serverid; // the server ID last used in `mongoc_bulkwrite_execute`
} mongoc_bulkwrite_serverid_t;Description
mongoc_bulkwrite_serverid_t <> is returned by mongoc_bulkwrite_serverid() <>.
is_ok is false if there was no previous call to mongoc_bulkwrite_execute() <> or if execution failed.
serverid is the server ID last used in mongoc_bulkwrite_execute() <>.
Author
MongoDB, Inc
Copyright
2009-present, MongoDB, Inc.
Info
Mar 04, 2026 2.2.3 libmongoc