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