1MONGOC_SERVER_DESCRIPTION_HELLO_RESPlMOiONbNSmGEoO(nC3g_)oScERVER_DESCRIPTION_HELLO_RESPONSE(3)
2
3
4
6 mongoc_server_description_hello_response - mongoc_server_descrip‐
7 tion_hello_response()
8
10 const bson_t *
11 mongoc_server_description_hello_response (
12 const mongoc_server_description_t *description);
13
15 • description: A mongoc_server_description_t.
16
18 The client or client pool periodically runs a "hello" command on each
19 server, to update its view of the MongoDB deployment. Use mon‐
20 goc_client_get_server_descriptions() and mongoc_server_descrip‐
21 tion_hello_response() to get the most recent "hello" response.
22
24 A reference to a BSON document, owned by the server description. The
25 document is empty if the driver is not connected to the server.
26
28 MongoDB, Inc
29
31 2017-present, MongoDB, Inc
32
33
34
35
361.21.1 MarMO0N2G,OC2_0S2E2RVER_DESCRIPTION_HELLO_RESPONSE(3)