1MONGOC_URI_GET_OPTIONS(3) libmongoc MONGOC_URI_GET_OPTIONS(3)
23
4
SYNOPSIS
6const bson_t *
7mongoc_uri_get_options (const mongoc_uri_t *uri);
8
PARAMETERS
10• uri: A mongoc_uri_t.
11
DESCRIPTION
13Fetches a bson document containing all of the options provided after
14the ? of a URI.
15
RETURNS
17A bson_t which should not be modified or freed if uri has options pro‐
18vided, otherwise NULL.
19
AUTHOR
21MongoDB, Inc
22
COPYRIGHT
242017-present, MongoDB, Inc
2526
27
28
29
1.25.1 Nov 08, 2023 MONGOC_URI_GET_OPTIONS(3)