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