1MONGOC_URI_GET_OPTIONS(3)          libmongoc         MONGOC_URI_GET_OPTIONS(3)
2
3
4

NAME

6       mongoc_uri_get_options - mongoc_uri_get_options()
7

SYNOPSIS

9          const bson_t *
10          mongoc_uri_get_options (const mongoc_uri_t *uri);
11

PARAMETERS

13       · uri: A mongoc_uri_t.
14

DESCRIPTION

16       Fetches  a  bson  document containing all of the options provided after
17       the ? of a URI.
18

RETURNS

20       A bson_t which should not be modified or freed if uri has options  pro‐
21       vided, otherwise NULL.
22

AUTHOR

24       MongoDB, Inc
25
27       2017-present, MongoDB, Inc
28
29
30
31
321.16.2                           Feb 25, 2020        MONGOC_URI_GET_OPTIONS(3)
Impressum