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

  
 
  

home | help
MONGOC_SERVER_...HELLO_RESPONSE(3)  libmongoc MONGOC_SERVER_...HELLO_RESPONSE(3)

SYNOPSIS
	const bson_t *
	mongoc_server_description_hello_response (
	   const mongoc_server_description_t *description);

PARAMETERS
     * description: A mongoc_server_description_t.

DESCRIPTION
     The  client  or  client  pool  periodically  runs a "hello" command on each
     server,   to   update   its   view   of   the   MongoDB   deployment.   Use
     mongoc_client_get_server_descriptions()	  and	  mongoc_server_descrip-
     tion_hello_response() to get the most recent "hello" response.

RETURNS
     A reference to a BSON document, owned by the server description. The  docu-
     ment is empty if the driver is not connected to the server.

AUTHOR
     MongoDB, Inc

COPYRIGHT
     2009-present, MongoDB, Inc.

1.30.8				  Aug 27, 2026MONGOC_SERVER_...HELLO_RESPONSE(3)

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

home | help