logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mongoc_server_description_t *

Author

       MongoDB, Inc

Parameters

client: A mongoc_client_t.

       • server_id: An opaque id specifying the server.

Returns

       A  mongoc_server_description_t that must be freed with mongoc_server_description_destroy(). If the server
       is no longer in the topology, returns NULL.

Synopsis

          mongoc_server_description_t *
          mongoc_client_get_server_description (
             mongoc_client_t *client, uint32_t server_id);

       Get information about the server specified by server_id.

See Also