|
MongoDB C++ Driver
mongocxx-3.10.2
|
Class representing a search index on a MongoDB server. More...
#include <search_index_model.hpp>
Public Member Functions | |
| search_index_model (bsoncxx::v_noabi::document::view_or_value definition) | |
| Initializes a new search_index_model over a mongocxx::v_noabi::collection. | |
| search_index_model (search_index_model &&) noexcept | |
| Move constructs a search_index_model. | |
| search_index_model & | operator= (search_index_model &&) noexcept |
| Move assigns a search_index_model. | |
| search_index_model (const search_index_model &) | |
| Copy constructs a search_index_model. | |
| search_index_model & | operator= (const search_index_model &) |
| Copy assigns a search_index_model. | |
| ~search_index_model () | |
| Destroys a search_index_model. | |
| bsoncxx::v_noabi::stdx::optional< bsoncxx::v_noabi::string::view_or_value > | name () const |
| Retrieves name of a search_index_model. | |
| bsoncxx::v_noabi::document::view | definition () const |
| Retrieves definition of a search_index_model. | |
Class representing a search index on a MongoDB server.