logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

typedef struct _mongoc_topology_description_t mongoc_topology_description_t;

Author

       MongoDB, Inc

Synopsis

          typedef struct _mongoc_topology_description_t mongoc_topology_description_t;

       mongoc_topology_description_t is an opaque type representing the driver's knowledge of the MongoDB server
       or servers it is connected to.  Its API conforms to the SDAMMonitoringSpecification.

       Applications  receive  a temporary reference to a mongoc_topology_description_t as a parameter to an SDAM
       Monitoring callback that must not be destroyed. See IntroductiontoApplicationPerformanceMonitoring.

See Also