1MONGOC_COLLECTION_SET_READ_CONCERN(3l)ibmongMoOcNGOC_COLLECTION_SET_READ_CONCERN(3)
2
3
4
6 void
7 mongoc_collection_set_read_concern (mongoc_collection_t *collection,
8 const mongoc_read_concern_t *read_concern);
9
11 • collection: A mongoc_collection_t.
12
13 • read_concern: A mongoc_read_concern_t.
14
16 Sets the read concern to use for operations on collection.
17
18 The default read concern is empty: No readConcern is sent to the server
19 unless explicitly configured.
20
22 MongoDB, Inc
23
25 2017-present, MongoDB, Inc
26
27
28
29
301.25.1 Nov 08, 2M0O2N3GOC_COLLECTION_SET_READ_CONCERN(3)