1MONGOC_URI_GET_SRV_SERVICE_NAME(3) libmongocMONGOC_URI_GET_SRV_SERVICE_NAME(3)
2
3
4
6 mongoc_uri_get_srv_service_name - mongoc_uri_get_srv_service_name()
7
9 const char *
10 mongoc_uri_get_srv_service_name (const mongoc_uri_t *uri);
11
13 • uri: A mongoc_uri_t.
14
16 Returns the SRV service name of a MongoDB URI.
17
19 A string corresponding to the value of the srvServiceName URI option if
20 present. Otherwise, the default value "mongodb".
21
23 MongoDB, Inc
24
26 2017-present, MongoDB, Inc
27
28
29
30
311.21.1 Mar 02, 2022MONGOC_URI_GET_SRV_SERVICE_NAME(3)