mongoc_uri_has_option - Man Page
mongoc_uri_has_option()
Synopsis
bool mongoc_uri_has_option (const mongoc_uri_t *uri, const char *option);
Parameters
- uri: A mongoc_uri_t.
- option: The name of an option, case insensitive.
Description
Returns true if the option was present in the initial MongoDB URI.
Author
MongoDB, Inc
Copyright
2017-present, MongoDB, Inc
Info
May 09, 2023 1.23.4 libmongoc