1MONGOC_URI_HAS_OPTION(3) libmongoc MONGOC_URI_HAS_OPTION(3)
23
4
NAME
6mongoc_uri_has_option - mongoc_uri_has_option()
7
SYNOPSIS
9bool
10mongoc_uri_has_option (const mongoc_uri_t *uri, const char *option);
11
PARAMETERS
13· uri: A mongoc_uri_t.
1415
· option: The name of an option, case insensitive.
16
DESCRIPTION
18Returns true if the option was present in the initial MongoDB URI.
19
AUTHOR
21MongoDB, Inc
22
COPYRIGHT
242017-present, MongoDB, Inc
2526
27
28
29
1.17.4 Feb 04, 2021 MONGOC_URI_HAS_OPTION(3)