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
12 Creates a new mongoc_client_t using the mongoc_uri_t provided.
13
15 • uri: A mongoc_uri_t.
16
18 A newly allocated mongoc_client_t that should be freed with mon‐
19 goc_client_destroy() when no longer in use.
20
22 MongoDB, Inc
23
25 2017-present, MongoDB, Inc
26
27
28
29
301.17.6 Jun 03, 2021 MONGOC_CLIENT_NEW_FROM_URI(3)