1MONGOC_URI_OPTION_IS_INT32(3)      libmongoc     MONGOC_URI_OPTION_IS_INT32(3)
2
3
4

NAME

6       mongoc_uri_option_is_int32 - mongoc_uri_option_is_int32()
7

SYNOPSIS

9          bool
10          mongoc_uri_option_is_int32 (const char *option);
11

PARAMETERS

13option: The name of an option, case insensitive.
14

DESCRIPTION

16       Returns  true  if  the  option is a known MongoDB URI option of integer
17       type. For example, "zlibCompressionLevel=5" is a valid integer  MongoDB
18       URI  option,  so mongoc_uri_option_is_int32 ("zlibCompressionLevel") is
19       true. This will also return true for all 64-bit integer options.
20
21       SEE ALSO:
22          mongoc_uri_option_is_int64()
23
24

AUTHOR

26       MongoDB, Inc
27
29       2017-present, MongoDB, Inc
30
31
32
33
341.21.1                           Mar 02, 2022    MONGOC_URI_OPTION_IS_INT32(3)
Impressum