mongoc_client_encryption_encrypt_text_opts_t¶
Synopsis¶
typedef struct _mongoc_client_encryption_encrypt_text_opts_t mongoc_client_encryption_encrypt_text_opts_t;
Added in version 2.2.0.
TextOpts specifies index options for a Queryable Encryption field supporting “textPreview” queries. Used to set options for mongoc_client_encryption_encrypt().
Case sensitive and diacritic sensitive must be set. If prefix or suffix are set, substring must not be set.
The “TextPreview” algorithm is in preview and should be used for experimental workloads only. These features are unstable and their security is not guaranteed until released as Generally Available (GA). The GA version of these features may not be backwards compatible with the preview version.
Functions¶
- mongoc_client_encryption_encrypt_text_opts_new()
- mongoc_client_encryption_encrypt_text_opts_destroy()
- mongoc_client_encryption_encrypt_text_opts_set_case_sensitive()
- mongoc_client_encryption_encrypt_text_opts_set_diacritic_sensitive()
- mongoc_client_encryption_encrypt_text_opts_set_prefix()
- mongoc_client_encryption_encrypt_text_opts_set_suffix()
- mongoc_client_encryption_encrypt_text_opts_set_substring()
- mongoc_client_encryption_encrypt_text_prefix_opts_t
- mongoc_client_encryption_encrypt_text_prefix_opts_new()
- mongoc_client_encryption_encrypt_text_prefix_opts_destroy()
- mongoc_client_encryption_encrypt_text_prefix_opts_set_str_max_query_length()
- mongoc_client_encryption_encrypt_text_prefix_opts_set_str_min_query_length()
- mongoc_client_encryption_encrypt_text_suffix_opts_t
- mongoc_client_encryption_encrypt_text_suffix_opts_new()
- mongoc_client_encryption_encrypt_text_suffix_opts_destroy()
- mongoc_client_encryption_encrypt_text_suffix_opts_set_str_max_query_length()
- mongoc_client_encryption_encrypt_text_suffix_opts_set_str_min_query_length()
- mongoc_client_encryption_encrypt_text_substring_opts_t
- mongoc_client_encryption_encrypt_text_substring_opts_new()
- mongoc_client_encryption_encrypt_text_substring_opts_destroy()
- mongoc_client_encryption_encrypt_text_substring_opts_set_str_max_length()
- mongoc_client_encryption_encrypt_text_substring_opts_set_str_max_query_length()
- mongoc_client_encryption_encrypt_text_substring_opts_set_str_min_query_length()
- mongoc_client_encryption_encrypt_opts_set_text_opts()