1MONGOC_READ_PREFS_GET_MODE(3) libmongoc MONGOC_READ_PREFS_GET_MODE(3)
23
4
SYNOPSIS
6mongoc_read_mode_t
7mongoc_read_prefs_get_mode (const mongoc_read_prefs_t *read_prefs);
8
PARAMETERS
10• read_prefs: A mongoc_read_prefs_t.
11
DESCRIPTION
13Fetches the mongoc_read_mode_t for the read preference.
14
RETURNS
16Returns the read preference mode.
17
AUTHOR
19MongoDB, Inc
20
COPYRIGHT
222017-present, MongoDB, Inc
2324
25
26
27
1.25.1 Nov 08, 2023 MONGOC_READ_PREFS_GET_MODE(3)