#include <mongocxx/v1/text_options.hpp>
Options related to prefix queries in Queryable Encryption.
Public Member Functions | |
| prefix () | |
| Default initialization. | |
| prefix (prefix &&other) noexcept | |
| Move constructor. | |
| prefix (prefix const &other) | |
| Copy construction. | |
| ~prefix () | |
| Destroy this object. | |
| prefix & | operator= (prefix &&other) noexcept |
| Move assignment. | |
| prefix & | operator= (prefix const &other) |
| Copy assignment. | |
| bsoncxx::v1::stdx::optional< std::int32_t > | str_max_query_length () const |
| Return the current "strMaxQueryLength" field. | |
| prefix & | str_max_query_length (std::int32_t v) |
| Set the "strMaxQueryLength" field. | |
| bsoncxx::v1::stdx::optional< std::int32_t > | str_min_query_length () const |
| Return the current "strMinQueryLength" field. | |
| prefix & | str_min_query_length (std::int32_t v) |
| Set the "strMinQueryLength" field. | |
| mongocxx::v1::text_options::prefix::~prefix | ( | ) |
Destroy this object.
|
noexcept |
Move constructor.
| mongocxx::v1::text_options::prefix::prefix | ( | prefix const & | other | ) |
Copy construction.
| mongocxx::v1::text_options::prefix::prefix | ( | ) |
Default initialization.
Move assignment.
| bsoncxx::v1::stdx::optional< std::int32_t > mongocxx::v1::text_options::prefix::str_max_query_length | ( | ) | const |
Return the current "strMaxQueryLength" field.
| prefix & mongocxx::v1::text_options::prefix::str_max_query_length | ( | std::int32_t | v | ) |
Set the "strMaxQueryLength" field.
| bsoncxx::v1::stdx::optional< std::int32_t > mongocxx::v1::text_options::prefix::str_min_query_length | ( | ) | const |
Return the current "strMinQueryLength" field.
| prefix & mongocxx::v1::text_options::prefix::str_min_query_length | ( | std::int32_t | v | ) |
Set the "strMinQueryLength" field.