Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
MONGOC_SERVER_DESCRIPTION_T(3)	    libmongoc	  MONGOC_SERVER_DESCRIPTION_T(3)

Server description

SYNOPSIS
	#include <mongoc/mongoc.h>
	typedef struct _mongoc_server_description_t mongoc_server_description_t

     mongoc_server_description_t  holds information about a mongod or mongos the
     driver is connected to.

LIFECYCLE
     Clean	   up	      a 	mongoc_server_description_t	    with
     mongoc_server_description_destroy() when necessary.

     Applications receive a temporary reference to a mongoc_server_description_t
     as  a  parameter to an SDAM Monitoring callback that must not be destroyed.
     See Introduction to Application Performance Monitoring.

     SEE ALSO:
	mongoc_client_get_server_descriptions().

AUTHOR
     MongoDB, Inc

COPYRIGHT
     2009-present, MongoDB, Inc.

1.30.8				  Aug 27, 2026	  MONGOC_SERVER_DESCRIPTION_T(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=mongoc_server_description_t&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help