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 server types defined in the Server Discovery And Monitoring
       Spec:

       • Standalone

       • Mongos

       • PossiblePrimary

       • LoadBalancer

       • RSPrimary

       • RSSecondary

       • RSArbiter

       • RSOther

       • RSGhost

       • Unknown

Parameters

description: A mongoc_server_description_t.

Synopsis

          const char *
          mongoc_server_description_type (const mongoc_server_description_t *description);

See Also