1MONGOC_CLIENT_NEW_FROM_URI(3) MongoDB C Driver 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.14.0 Feb 22, 2019 MONGOC_CLIENT_NEW_FROM_URI(3)