1MONGOC_DATABASE_SET_READ_CONCERN(3)libmongocMONGOC_DATABASE_SET_READ_CONCERN(3)
2
3
4

NAME

6       mongoc_database_set_read_concern - mongoc_database_set_read_concern()
7

SYNOPSIS

9          void
10          mongoc_database_set_read_concern (mongoc_database_t *database,
11                                            const mongoc_read_concern_t *read_concern);
12
13       This function sets the read concern to use on operations performed with
14       database.  Collections  created  with  mongoc_database_get_collection()
15       after this call will inherit this read concern.
16
17       The default read concern is empty: No readConcern is sent to the server
18       unless explicitly configured.
19

PARAMETERS

21       · database: A mongoc_database_t.
22
23       · read_concern: A mongoc_read_concern_t.
24

AUTHOR

26       MongoDB, Inc
27
29       2017-present, MongoDB, Inc
30
31
32
33
341.16.2                           Feb 25, 202M0ONGOC_DATABASE_SET_READ_CONCERN(3)
Impressum