1MONGOC_INDEX_OPT_WT_T(3) libmongoc MONGOC_INDEX_OPT_WT_T(3)
2
3
4
6 #include <mongoc/mongoc.h>
7
8 typedef struct {
9 mongoc_index_opt_storage_t base;
10 const char *config_str;
11 void *padding[8];
12 } mongoc_index_opt_wt_t;
13
15 This structure contains the options that may be used for tuning a
16 WiredTiger specific index.
17
18 SEE ALSO:
19 mongoc_index_opt_t
20
21 mongoc_index_opt_geo_t
22
23
25 MongoDB, Inc
26
28 2017-present, MongoDB, Inc
29
30
31
32
331.25.1 Nov 08, 2023 MONGOC_INDEX_OPT_WT_T(3)