#include <mongoc/mongoc.h>
Contents
Copyright
2009-present, MongoDB, Inc.
1.30.4 Jun 08, 2025 MONGOC_INDEX_OPT_WT_T(3)
Description
This structure contains the options that may be used for tuning a WiredTiger specific index.
SEEALSO:mongoc_index_opt_tmongoc_index_opt_geo_tSynopsis
#include <mongoc/mongoc.h>
typedef struct {
mongoc_index_opt_storage_t base;
const char *config_str;
void *padding[8];
} mongoc_index_opt_wt_t;
