FreeBSD Manual Pages
MONGOC_CLIENT_SET_SERVER_API(3) libmongoc MONGOC_CLIENT_SET_SERVER_API(3) SYNOPSIS bool mongoc_client_set_server_api (mongoc_client_t *client, const mongoc_server_api_t *api, bson_error_t *error); Set the API version to use for client. Once the API version is set on a client, it may not be changed to a new value. Attempting to do so will cause this method to fail and set error. PARAMETERS • client: A mongoc_client_t. • api: A mongoc_server_api_t. • error: A bson_error_t. RETURNS True if the version was successfully set, false if not. On failure, er- ror will be set. AUTHOR MongoDB, Inc COPYRIGHT 2009-present, MongoDB, Inc. 1.30.2 Apr 12, 2025 MONGOC_CLIENT_SET_SERVER_API(3)
SYNOPSIS | PARAMETERS | RETURNS | AUTHOR | COPYRIGHT
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=mongoc_client_set_server_api&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>