logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

#include <mongoc/mongoc.h>

Author

       MongoDB, Inc

Description

       This structure contains the options that may be used for tuning a WiredTiger specific index.

       SEEALSO:mongoc_index_opt_tmongoc_index_opt_geo_t

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;

See Also