1MONGOC_READ_PREFS_GET_MODE(3) MongoDB C Driver MONGOC_READ_PREFS_GET_MODE(3)
23
4
NAME
6mongoc_read_prefs_get_mode - mongoc_read_prefs_get_mode()
7
SYNOPSIS
9mongoc_read_mode_t
10mongoc_read_prefs_get_mode (const mongoc_read_prefs_t *read_prefs);
11
PARAMETERS
13ยท read_prefs: A mongoc_read_prefs_t.
14
DESCRIPTION
16Fetches the mongoc_read_mode_t for the read preference.
17
RETURNS
19Returns the read preference mode.
20
AUTHOR
22MongoDB, Inc
23
COPYRIGHT
252017-present, MongoDB, Inc
2627
28
29
30
1.13.1 Jan 24, 2019 MONGOC_READ_PREFS_GET_MODE(3)