1MONGOC_URI_GET_OPTIONS(3) MongoDB C Driver MONGOC_URI_GET_OPTIONS(3)
23
4
NAME
6mongoc_uri_get_options - mongoc_uri_get_options()
7
SYNOPSIS
9const bson_t *
10mongoc_uri_get_options (const mongoc_uri_t *uri);
11
PARAMETERS
13ยท uri: A mongoc_uri_t.
14
DESCRIPTION
16Fetches a bson document containing all of the options provided after
17the ? of a URI.
18
RETURNS
20A bson_t which should not be modified or freed.
21
AUTHOR
23MongoDB, Inc
24
COPYRIGHT
262017-present, MongoDB, Inc
2728
29
30
31
1.13.1 Jan 24, 2019 MONGOC_URI_GET_OPTIONS(3)