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

  
 
  

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

SYNOPSIS
	bool
	mongoc_topology_description_has_writable_server (
	   const mongoc_topology_description_t *td);

     Determines  if the topology has a writable server available, such as a pri-
     mary, mongos, or standalone. This function uses the driver's current knowl-
     edge of the state of the MongoDB server or servers it is connected  to;  it
     does no I/O and it does not block.

PARAMETERS
     * td: A mongoc_topology_description_t.

RETURNS
     True if there is a known writable server.

     SEE ALSO:
	Introduction to Application Performance Monitoring

AUTHOR
     MongoDB, Inc

COPYRIGHT
     2009-present, MongoDB, Inc.

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

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

home | help