1MONGOC_READ_PREFS_GET_HEDGE(3) libmongoc MONGOC_READ_PREFS_GET_HEDGE(3)
23
4
SYNOPSIS
6const bson_t *
7mongoc_read_prefs_get_hedge (const mongoc_read_prefs_t *read_prefs);
8
PARAMETERS
10• read_prefs: A mongoc_read_prefs_t.
11
DESCRIPTION
13Fetches any read preference hedge document that has been registered.
14
RETURNS
16Returns a bson_t that should not be modified or freed.
17
AUTHOR
19MongoDB, Inc
20
COPYRIGHT
222017-present, MongoDB, Inc
2324
25
26
27
1.25.1 Nov 08, 2023 MONGOC_READ_PREFS_GET_HEDGE(3)