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

NAME

6       mongoc_uri_set_write_concern - mongoc_uri_set_write_concern()
7

SYNOPSIS

9          void
10          mongoc_uri_set_write_concern (mongoc_uri_t *uri,
11                                        const mongoc_write_concern_t *wc);
12

PARAMETERS

14       · uri: A mongoc_uri_t.
15
16       · rc: A mongoc_write_concern_t.
17

DESCRIPTION

19       Sets  a  MongoDB  URI's  write  concern  option, after the URI has been
20       parsed from a string.
21

AUTHOR

23       MongoDB, Inc
24
26       2017-present, MongoDB, Inc
27
28
29
30
311.16.2                           Feb 25, 2020  MONGOC_URI_SET_WRITE_CONCERN(3)
Impressum