mongoc_client_encryption_encrypt_text_prefix_opts_set_str_min_query_length()

Synopsis

void
mongoc_client_encryption_encrypt_text_prefix_opts_set_str_min_query_length(
   mongoc_client_encryption_encrypt_text_prefix_opts_t *opts,
   int32_t str_min_query_length);

Added in version 2.2.0.

Sets the minimum query length for prefix text search encryption options.

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.

Parameters