1MONGOC_CLIENT_GET_URI(3) libmongoc MONGOC_CLIENT_GET_URI(3)
23
4
NAME
6mongoc_client_get_uri - mongoc_client_get_uri()
7
SYNOPSIS
9const mongoc_uri_t *
10mongoc_client_get_uri (const mongoc_client_t *client);
1112
Fetches the mongoc_uri_t used to create the client.
13
PARAMETERS
15• client: A mongoc_client_t.
16
RETURNS
18A mongoc_uri_t that should not be modified or freed.
19
AUTHOR
21MongoDB, Inc
22
COPYRIGHT
242017-present, MongoDB, Inc
2526
27
28
29
1.23.1 Oct 20, 2022 MONGOC_CLIENT_GET_URI(3)