mongoc_server_description_t

Server description

Synopsis

#include <mongoc.h>
typedef struct _mongoc_server_description_t mongoc_server_description_t

mongoc_server_description_t holds information about a mongod server to which the driver has connected.

Lifecycle

It is required that this object be cleaned up with mongoc_server_description_destroy().