mongoc_index_opt_wt_t - Man Page

Synopsis

#include <mongoc/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

Info

Jan 27, 2026 1.30.6 libmongoc