1MONGOC_DATABASE_GET_READ_CONCERN(3)libmongocMONGOC_DATABASE_GET_READ_CONCERN(3)
2
3
4
6 mongoc_database_get_read_concern - mongoc_database_get_read_concern()
7
9 const mongoc_read_concern_t *
10 mongoc_database_get_read_concern (const mongoc_database_t *database);
11
12 This function retrieves the default mongoc_read_concern_t to use with
13 database as configured by the client.
14
16 • database: A mongoc_database_t.
17
19 A mongoc_read_concern_t that should not be modified or freed.
20
22 MongoDB, Inc
23
25 2017-present, MongoDB, Inc
26
27
28
29
301.21.1 Mar 02, 202M2ONGOC_DATABASE_GET_READ_CONCERN(3)