1MONGOC_URI_GET_OPTIONS(3) MongoDB C Driver MONGOC_URI_GET_OPTIONS(3)
2
3
4
6 mongoc_uri_get_options - mongoc_uri_get_options()
7
9 const bson_t *
10 mongoc_uri_get_options (const mongoc_uri_t *uri);
11
13 · uri: A mongoc_uri_t.
14
16 Fetches a bson document containing all of the options provided after
17 the ? of a URI.
18
20 A bson_t which should not be modified or freed if uri has options pro‐
21 vided, otherwise NULL.
22
24 MongoDB, Inc
25
27 2017-present, MongoDB, Inc
28
29
30
31
321.15.2 Nov 06, 2019 MONGOC_URI_GET_OPTIONS(3)