1MONGOC_SERVER_DESCRIPTION_T(3) libmongoc MONGOC_SERVER_DESCRIPTION_T(3)
2
3
4
5Server description
6
8 #include <mongoc/mongoc.h>
9 typedef struct _mongoc_server_description_t mongoc_server_description_t
10
11 mongoc_server_description_t holds information about a mongod or mongos
12 the driver is connected to.
13
15 Clean up a mongoc_server_description_t with
16 mongoc_server_description_destroy() when necessary.
17
18 Applications receive a temporary reference to a mongoc_server_descripâ
19 tion_t as a parameter to an SDAM Monitoring callback that must not be
20 destroyed. See Introduction to Application Performance Monitoring.
21
22 SEE ALSO:
23 mongoc_client_get_server_descriptions().
24
25
27 MongoDB, Inc
28
30 2017-present, MongoDB, Inc
31
32
33
34
351.25.1 Nov 08, 2023 MONGOC_SERVER_DESCRIPTION_T(3)