mongoc_write_concern_set_wtag (3) Linux Manual Page
mongoc_write_concern_set_wtag() – Sets the write tag that must be satistified for the write to indicate success. Write tags are preset write concerns configured on your MongoDB server. See mongoc_write_concern_t for more information on this setting.
Synopsis
void
mongoc_write_concern_set_wtag (mongoc_write_concern_t *write_concern,
const char *tag);
Parameters
- write_concern
- A mongoc_write_concern_t \&.
- tag
- A string containing the write tag.
