MongoDB C++ Driver mongocxx-3.10.1
Loading...
Searching...
No Matches
Public Member Functions | List of all members
mongocxx::v_noabi::options::index::wiredtiger_storage_options Class Referencefinal

Class representing the optional WiredTiger storage engine options for indexes. More...

#include <index.hpp>

+ Inheritance diagram for mongocxx::v_noabi::options::index::wiredtiger_storage_options:

Public Member Functions

void config_string (bsoncxx::v_noabi::string::view_or_value config_string)
 Set the WiredTiger configuration string.
 
const stdx::optional< bsoncxx::v_noabi::string::view_or_value > & config_string () const
 The current config_string setting.
 

Detailed Description

Class representing the optional WiredTiger storage engine options for indexes.

Member Function Documentation

◆ config_string() [1/2]

const stdx::optional< bsoncxx::v_noabi::string::view_or_value > & mongocxx::v_noabi::options::index::wiredtiger_storage_options::config_string ( ) const

The current config_string setting.

Returns
The current config_string.

◆ config_string() [2/2]

void mongocxx::v_noabi::options::index::wiredtiger_storage_options::config_string ( bsoncxx::v_noabi::string::view_or_value  config_string)

Set the WiredTiger configuration string.

Parameters
config_stringThe WiredTiger configuration string.

The documentation for this class was generated from the following file: