1MONGOC_INDEX_OPT_WT_T(3) libmongoc MONGOC_INDEX_OPT_WT_T(3)
2
3
4
6 mongoc_index_opt_wt_t - mongoc_index_opt_wt_t
7
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
18 This structure contains the options that may be used for tuning a
19 WiredTiger specific index.
20
21 SEE ALSO:
22 mongoc_index_opt_t
23
24 mongoc_index_opt_geo_t
25
26
28 MongoDB, Inc
29
31 2017-present, MongoDB, Inc
32
33
34
35
361.20.0 Nov 18, 2021 MONGOC_INDEX_OPT_WT_T(3)