1MONGOC_URI_GET_WRITE_CONCERN(3) libmongoc MONGOC_URI_GET_WRITE_CONCERN(3)
2
3
4
6 mongoc_uri_get_write_concern - mongoc_uri_get_write_concern()
7
9 const mongoc_write_concern_t *
10 mongoc_uri_get_write_concern (const mongoc_uri_t *uri);
11
13 • uri: A mongoc_uri_t.
14
16 Fetches a write concern that is owned by the URI instance. This write
17 concern is configured based on URI parameters.
18
20 Returns a mongoc_write_concern_t that should not be modified or freed
21 if uri has a write concern provided, otherwise NULL.
22
24 MongoDB, Inc
25
27 2017-present, MongoDB, Inc
28
29
30
31
321.24.3 Aug 17, 2023 MONGOC_URI_GET_WRITE_CONCERN(3)