#include <mongocxx/v1/text_options.hpp>
Options related to text queries for Queryable Encryption.
Supported fields include:
- See also
-
- Attention
- This feature is experimental! It is not ready for use!
|
| class | prefix |
| | Options related to prefix queries in Queryable Encryption. More...
|
| class | substring |
| | Options related to substring queries in Queryable Encryption. More...
|
| class | suffix |
| | Options related to suffix queries in Queryable Encryption. More...
|
◆ ~text_options()
| mongocxx::v1::text_options::~text_options |
( |
| ) |
|
Destroy this object.
- Warning
- Invalidates all associated views.
◆ text_options() [1/3]
| mongocxx::v1::text_options::text_options |
( |
text_options && | other | ) |
|
|
noexcept |
Move constructor.
- Postconditions:
- other is in an assign-or-destroy-only state.
◆ text_options() [2/3]
| mongocxx::v1::text_options::text_options |
( |
text_options const & | other | ) |
|
◆ text_options() [3/3]
| mongocxx::v1::text_options::text_options |
( |
| ) |
|
Default initialization.
- Postconditions:
- All supported fields are "unset" or zero-initialized.
◆ case_sensitive() [1/2]
Return the current "caseSensitive" field.
◆ case_sensitive() [2/2]
| text_options & mongocxx::v1::text_options::case_sensitive |
( |
bool | v | ) |
|
Set the "caseSensitive" field.
◆ diacritic_sensitive() [1/2]
Return the current "diacriticSensitive" field.
◆ diacritic_sensitive() [2/2]
| text_options & mongocxx::v1::text_options::diacritic_sensitive |
( |
bool | v | ) |
|
Set the "diacriticSensitive" field.
◆ operator=() [1/2]
Move assignment.
- Postconditions:
- other is in an assign-or-destroy-only state.
◆ operator=() [2/2]
◆ prefix_opts() [1/2]
Return the current "prefix" field.
◆ prefix_opts() [2/2]
◆ substring_opts() [1/2]
Return the current "substring" field.
◆ substring_opts() [2/2]
Set the "substring" field.
◆ suffix_opts() [1/2]
Return the current "suffix" field.
◆ suffix_opts() [2/2]
The documentation for this class was generated from the following file: