1MONGOC_CLIENT_GET_SERVER_DESCRIPTIONl(i3b)moMnOgNoGcOC_CLIENT_GET_SERVER_DESCRIPTION(3)
2
3
4
6 mongoc_client_get_server_description - mongoc_client_get_server_de‐
7 scription()
8
10 mongoc_server_description_t *
11 mongoc_client_get_server_description (
12 mongoc_client_t *client, uint32_t server_id) BSON_GNUC_WARN_UNUSED_RESULT;
13
14 Get information about the server specified by server_id.
15
17 • client: A mongoc_client_t.
18
19 • server_id: An opaque id specifying the server.
20
22 A mongoc_server_description_t that must be freed with
23 mongoc_server_description_destroy(). If the server is no longer in the
24 topology, returns NULL.
25
27 MongoDB, Inc
28
30 2017-present, MongoDB, Inc
31
32
33
34
351.23.1 Oct 20,MO2N0G2O2C_CLIENT_GET_SERVER_DESCRIPTION(3)