1MONGOC_URI_OPTION_IS_INT32(3) libmongoc MONGOC_URI_OPTION_IS_INT32(3)
2
3
4
6 bool
7 mongoc_uri_option_is_int32 (const char *option);
8
10 • option: The name of an option, case insensitive.
11
13 Returns true if the option is a known MongoDB URI option of integer
14 type. For example, "zlibCompressionLevel=5" is a valid integer MongoDB
15 URI option, so mongoc_uri_option_is_int32 ("zlibCompressionLevel") is
16 true. This will also return true for all 64-bit integer options.
17
18 SEE ALSO:
19 mongoc_uri_option_is_int64()
20
21
23 MongoDB, Inc
24
26 2017-present, MongoDB, Inc
27
28
29
30
311.25.1 Nov 08, 2023 MONGOC_URI_OPTION_IS_INT32(3)