Provided by: libmongoc-doc_1.9.2+dfsg-1build1_all 

NAME
mongoc_index_opt_wt_t - mongoc_index_opt_wt_t
SYNOPSIS
#include <mongoc.h>
typedef struct {
mongoc_index_opt_storage_t base;
const char *config_str;
void *padding[8];
} mongoc_index_opt_wt_t;
DESCRIPTION
This structure contains the options that may be used for tuning a WiredTiger specific index.
SEE ALSO
mongoc_index_opt_t
mongoc_index_opt_geo_t
AUTHOR
MongoDB, Inc
COPYRIGHT
2018, MongoDB, Inc
1.9.3-dev Feb 05, 2018 MONGOC_INDEX_OPT_WT_T(3)