1MONGOC_TOPOLOGY_DESCRIPTION_T(3)MongoDB C DriverMONGOC_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_topolā
18 ogy_description_t as a parameter to an SDAM Monitoring callback. See
19 Introduction to Application Performance Monitoring.
20
22 MongoDB, Inc
23
25 2017-present, MongoDB, Inc
26
27
28
29
301.15.2 Nov 06, 2019 MONGOC_TOPOLOGY_DESCRIPTION_T(3)