1MONGOC_WRITE_CONCERN_GET_W(3) libmongoc MONGOC_WRITE_CONCERN_GET_W(3)
23
4
SYNOPSIS
6int32_t
7mongoc_write_concern_get_w (const mongoc_write_concern_t *write_concern);
8
PARAMETERS
10• write_concern: A mongoc_write_concern_t.
11
DESCRIPTION
13Fetches the w parameter of the write concern.
14
RETURNS
16Returns an integer containing the w value. If wmajority is set, this
17would be MONGOC_WRITE_CONCERN_W_MAJORITY.
18
AUTHOR
20MongoDB, Inc
21
COPYRIGHT
232017-present, MongoDB, Inc
2425
26
27
28
1.25.1 Nov 08, 2023 MONGOC_WRITE_CONCERN_GET_W(3)