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

  
 
  

home | help
MONGOC_TOPOLO...ON_GET_SERVERS(3)   libmongoc  MONGOC_TOPOLO...ON_GET_SERVERS(3)

SYNOPSIS
	mongoc_server_description_t **
	mongoc_topology_description_get_servers (
	   const mongoc_topology_description_t *td,
	   size_t *n);

     Fetches  an  array  of  mongoc_server_description_t  structs  for all known
     servers in the topology.

PARAMETERS
     * td: A mongoc_topology_description_t.

     * n: Receives the length of the descriptions array.

RETURNS
     A	  newly    allocated	array	 that	  must	   be	  freed     with
     mongoc_server_descriptions_destroy_all().

AUTHOR
     MongoDB, Inc

COPYRIGHT
     2009-present, MongoDB, Inc.

1.30.8				  Aug 27, 2026 MONGOC_TOPOLO...ON_GET_SERVERS(3)

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

home | help