1MONGOC_CLIENT_NEW_FROM_URI(3) libmongoc MONGOC_CLIENT_NEW_FROM_URI(3)
2
3
4
6 mongoc_client_new_from_uri - mongoc_client_new_from_uri()
7
9 mongoc_client_t *
10 mongoc_client_new_from_uri (const mongoc_uri_t *uri)
11 BSON_GNUC_WARN_UNUSED_RESULT;
12
13 Creates a new mongoc_client_t using the mongoc_uri_t provided.
14
16 • uri: A mongoc_uri_t.
17
19 A newly allocated mongoc_client_t that should be freed with mon‐
20 goc_client_destroy() when no longer in use.
21
23 MongoDB, Inc
24
26 2017-present, MongoDB, Inc
27
28
29
30
311.20.0 Nov 18, 2021 MONGOC_CLIENT_NEW_FROM_URI(3)