1MONGOC_COLLECTION_SET_READ_CONCERN(3l)ibmongMoOcNGOC_COLLECTION_SET_READ_CONCERN(3)
2
3
4

SYNOPSIS

6          void
7          mongoc_collection_set_read_concern (mongoc_collection_t *collection,
8                                              const mongoc_read_concern_t *read_concern);
9

PARAMETERS

11collection: A mongoc_collection_t.
12
13read_concern: A mongoc_read_concern_t.
14

DESCRIPTION

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

AUTHOR

22       MongoDB, Inc
23
25       2017-present, MongoDB, Inc
26
27
28
29
301.25.1                           Nov 08, 2M0O2N3GOC_COLLECTION_SET_READ_CONCERN(3)
Impressum