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
21       SEE ALSO:
22          mongoc_index_opt_t
23
24          mongoc_index_opt_geo_t
25
26

AUTHOR

28       MongoDB, Inc
29
31       2017-present, MongoDB, Inc
32
33
34
35
361.21.1                           Mar 02, 2022         MONGOC_INDEX_OPT_WT_T(3)
Impressum