MongoDB C++ Driver 4.1.0
|
#include <mongocxx/v_noabi/mongocxx/options/index.hpp>
The optional WiredTiger storage engine options for indexes.
Public Member Functions | |
bsoncxx::v_noabi::stdx::optional< bsoncxx::v_noabi::string::view_or_value > const & | config_string () const |
The current config_string setting. | |
void | config_string (bsoncxx::v_noabi::string::view_or_value config_string) |
Set the WiredTiger configuration string. | |
bsoncxx::v_noabi::stdx::optional< bsoncxx::v_noabi::string::view_or_value > const & mongocxx::v_noabi::options::index::wiredtiger_storage_options::config_string | ( | ) | const |
The current config_string setting.
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.
config_string | The WiredTiger configuration string. |