mongoc_uri_has_option - Man Page
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
2009-present, MongoDB, Inc.
Info
Nov 07, 2024 1.29.0 libmongoc