1MONGOC_URI_SET_WRITE_CONCERN(3)    libmongoc   MONGOC_URI_SET_WRITE_CONCERN(3)
2
3
4

SYNOPSIS

6          void
7          mongoc_uri_set_write_concern (mongoc_uri_t *uri,
8                                        const mongoc_write_concern_t *wc);
9

PARAMETERS

11uri: A mongoc_uri_t.
12
13rc: A mongoc_write_concern_t.
14

DESCRIPTION

16       Sets  a  MongoDB  URI's  write  concern  option, after the URI has been
17       parsed from a string.
18

AUTHOR

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