1MONGOC_URI_GET_REPLICA_SET(3) libmongoc MONGOC_URI_GET_REPLICA_SET(3)
2
3
4
6 mongoc_uri_get_replica_set - mongoc_uri_get_replica_set()
7
9 const char *
10 mongoc_uri_get_replica_set (const mongoc_uri_t *uri);
11
13 • uri: A mongoc_uri_t.
14
16 Fetches the replicaSet parameter of an URI.
17
19 Returns a string which should not be modified or freed. Returns NULL if
20 the replicaSet parameter was not provided to uri.
21
23 MongoDB, Inc
24
26 2017-present, MongoDB, Inc
27
28
29
30
311.17.6 Jun 03, 2021 MONGOC_URI_GET_REPLICA_SET(3)