1MONGOC_WRITE_CONCERN_GET_W(3)      libmongoc     MONGOC_WRITE_CONCERN_GET_W(3)
2
3
4

SYNOPSIS

6          int32_t
7          mongoc_write_concern_get_w (const mongoc_write_concern_t *write_concern);
8

PARAMETERS

10write_concern: A mongoc_write_concern_t.
11

DESCRIPTION

13       Fetches the w parameter of the write concern.
14

RETURNS

16       Returns  an  integer  containing the w value. If wmajority is set, this
17       would be MONGOC_WRITE_CONCERN_W_MAJORITY.
18

AUTHOR

20       MongoDB, Inc
21
23       2017-present, MongoDB, Inc
24
25
26
27
281.25.1                           Nov 08, 2023    MONGOC_WRITE_CONCERN_GET_W(3)
Impressum