mongoc_topology_description_type - Man Page
Synopsis
const char * mongoc_topology_description_type (const mongoc_topology_description_t *td);
Parameters
- td: A mongoc_topology_description_t.
Description
This function returns a string, one of the topology types defined in the Server Discovery And Monitoring Spec:
- Unknown
- Single
- Sharded
- ReplicaSetNoPrimary
- ReplicaSetWithPrimary
- LoadBalanced
Author
MongoDB, Inc
Copyright
2009-present, MongoDB, Inc.
Info
Sep 19, 2024 1.28.0 libmongoc