1MONGOC_DATABASE_SET_READ_CONCERN(3)libmongocMONGOC_DATABASE_SET_READ_CONCERN(3)
2
3
4
6 void
7 mongoc_database_set_read_concern (mongoc_database_t *database,
8 const mongoc_read_concern_t *read_concern);
9
10 This function sets the read concern to use on operations performed with
11 database. Collections created with mongoc_database_get_collection() af‐
12 ter this call will inherit this read concern.
13
14 The default read concern is empty: No readConcern is sent to the server
15 unless explicitly configured.
16
18 • database: A mongoc_database_t.
19
20 • read_concern: A mongoc_read_concern_t.
21
23 MongoDB, Inc
24
26 2017-present, MongoDB, Inc
27
28
29
30
311.25.1 Nov 08, 202M3ONGOC_DATABASE_SET_READ_CONCERN(3)