logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

const char *

Author

       MongoDB, Inc

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

Parameters

td: A mongoc_topology_description_t.

Synopsis

          const char *
          mongoc_topology_description_type (const mongoc_topology_description_t *td);

See Also