1MONGOC_INDEX_OPT_WT_T(3)           libmongoc          MONGOC_INDEX_OPT_WT_T(3)
2
3
4

NAME

6       mongoc_index_opt_wt_t - mongoc_index_opt_wt_t
7

SYNOPSIS

9          #include <mongoc/mongoc.h>
10
11          typedef struct {
12             mongoc_index_opt_storage_t base;
13             const char *config_str;
14             void *padding[8];
15          } mongoc_index_opt_wt_t;
16

DESCRIPTION

18       This  structure  contains  the  options  that  may be used for tuning a
19       WiredTiger specific index.
20

SEE ALSO

22       mongoc_index_opt_t
23
24       mongoc_index_opt_geo_t
25

AUTHOR

27       MongoDB, Inc
28
30       2017-present, MongoDB, Inc
31
32
33
34
351.16.2                           Feb 25, 2020         MONGOC_INDEX_OPT_WT_T(3)
Impressum