1MONGOC_URI_OPTION_IS_INT64(3)      libmongoc     MONGOC_URI_OPTION_IS_INT64(3)
2
3
4

SYNOPSIS

6          bool
7          mongoc_uri_option_is_int64 (const char *option);
8

PARAMETERS

10option: The name of an option, case insensitive.
11

DESCRIPTION

13       Returns  true if the option is a known MongoDB URI option of 64-bit in‐
14       teger type. For example, "wTimeoutMS=100" is  a  valid  64-bit  integer
15       MongoDB  URI  option,  so  mongoc_uri_option_is_int64 ("wTimeoutMS") is
16       true.
17
18       SEE ALSO:
19          mongoc_uri_option_is_int32()
20
21

AUTHOR

23       MongoDB, Inc
24
26       2017-present, MongoDB, Inc
27
28
29
30
311.25.1                           Nov 08, 2023    MONGOC_URI_OPTION_IS_INT64(3)
Impressum