|
SYNOPSISint32_t mongoc_write_concern_get_w (const mongoc_write_concern_t *write_concern); PARAMETERS
DESCRIPTIONFetches the w parameter of the write concern. RETURNSReturns an integer containing the w value. If wmajority is set, this would be MONGOC_WRITE_CONCERN_W_MAJORITY. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|