1MONGOC_COLLECTION_GET_READ_CONCERN(3l)ibmongMoOcNGOC_COLLECTION_GET_READ_CONCERN(3)
2
3
4
6 mongoc_collection_get_read_concern - mongoc_collection_get_read_con‐
7 cern()
8
10 const mongoc_read_concern_t *
11 mongoc_collection_get_read_concern (const mongoc_collection_t *collection);
12
14 · collection: A mongoc_collection_t.
15
17 Fetches the default read concern to be used on read operations origi‐
18 nating from collection.
19
21 A mongoc_read_concern_t that should not be modified or freed.
22
24 MongoDB, Inc
25
27 2017-present, MongoDB, Inc
28
29
30
31
321.17.4 Feb 04, 2M0O2N1GOC_COLLECTION_GET_READ_CONCERN(3)