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

NAME

6       mongoc_uri_option_is_int64 - mongoc_uri_option_is_int64()
7

SYNOPSIS

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

PARAMETERS

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

DESCRIPTION

16       Returns  true  if  the  option  is a known MongoDB URI option of 64-bit
17       integer type. For example, "wTimeoutMS=100" is a valid  64-bit  integer
18       MongoDB  URI  option,  so  mongoc_uri_option_is_int64 ("wTimeoutMS") is
19       true.
20

SEE ALSO

22       · mongoc_uri_option_is_int32()
23

AUTHOR

25       MongoDB, Inc
26
28       2017-present, MongoDB, Inc
29
30
31
32
331.16.2                           Feb 25, 2020    MONGOC_URI_OPTION_IS_INT64(3)
Impressum