1MONGOC_TOPOLOGY_DESCRIPTION_T(3) libmongoc MONGOC_TOPOLOGY_DESCRIPTION_T(3)
2
3
4
6 mongoc_topology_description_t - mongoc_topology_description_t
7
8 Status of MongoDB Servers
9
11 typedef struct _mongoc_topology_description_t mongoc_topology_description_t;
12
13 mongoc_topology_description_t is an opaque type representing the
14 driver's knowledge of the MongoDB server or servers it is connected to.
15 Its API conforms to the SDAM Monitoring Specification.
16
17 Applications receive a temporary reference to a mongoc_topology_de‐
18 scription_t as a parameter to an SDAM Monitoring callback that must not
19 be destroyed. See Introduction to Application Performance Monitoring.
20
22 MongoDB, Inc
23
25 2017-present, MongoDB, Inc
26
27
28
29
301.23.1 Oct 20, 2022 MONGOC_TOPOLOGY_DESCRIPTION_T(3)