1MONGOC_WRITE_CONCERN_GET_WMAJORITY(3l)ibmongMoOcNGOC_WRITE_CONCERN_GET_WMAJORITY(3)
23
4
SYNOPSIS
6bool
7mongoc_write_concern_get_wmajority (
8const mongoc_write_concern_t *write_concern);
9
PARAMETERS
11• write_concern: A mongoc_write_concern_t.
12
DESCRIPTION
14Fetches if the write should be written to a majority of nodes before
15indicating success.
16
RETURNS
18Returns true if wmajority is set.
19
AUTHOR
21MongoDB, Inc
22
COPYRIGHT
242017-present, MongoDB, Inc
2526
27
28
29
1.25.1 Nov 08, 2M0O2N3GOC_WRITE_CONCERN_GET_WMAJORITY(3)