MongoDB C++ Driver
mongocxx-3.7.0
|
Class representing the optional WiredTiger storage engine options for indexes. More...
#include <index.hpp>
Public Member Functions | |
void | config_string (bsoncxx::string::view_or_value config_string) |
Set the WiredTiger configuration string. More... | |
const stdx::optional< bsoncxx::string::view_or_value > & | config_string () const |
The current config_string setting. More... | |
Class representing the optional WiredTiger storage engine options for indexes.
const stdx::optional<bsoncxx::string::view_or_value>& mongocxx::options::index::wiredtiger_storage_options::config_string | ( | ) | const |
The current config_string setting.
void mongocxx::options::index::wiredtiger_storage_options::config_string | ( | bsoncxx::string::view_or_value | config_string | ) |
Set the WiredTiger configuration string.
config_string | The WiredTiger configuration string. |