1MONGOC_URI_SET_OPTION_AS_UTF8(3)MongoDB C DriverMONGOC_URI_SET_OPTION_AS_UTF8(3)
2
3
4
6 mongoc_uri_set_option_as_utf8 - mongoc_uri_set_option_as_utf8()
7
9 bool
10 mongoc_uri_set_option_as_utf8 (const mongoc_uri_t *uri,
11 const char *option,
12 utf8 value);
13
15 · uri: A mongoc_uri_t.
16
17 · option: The name of an option, case insensitive.
18
19 · value: The new value.
20
22 Sets an individual URI option, after the URI has been parsed from a
23 string.
24
25 Only known string-type options can be set.
26
27 Updates the option in-place if already set, otherwise appends it to the
28 URI's bson_t of options.
29
31 True if successfully set (the named option is a known option of string
32 type).
33
35 MongoDB, Inc
36
38 2017-present, MongoDB, Inc
39
40
41
42
431.15.2 Nov 06, 2019 MONGOC_URI_SET_OPTION_AS_UTF8(3)