mongoc_client_encryption_encrypt_string_suffix_opts_set_str_max_query_length()#
Synopsis#
void
mongoc_client_encryption_encrypt_string_suffix_opts_set_str_max_query_length(
mongoc_client_encryption_encrypt_string_suffix_opts_t *opts,
int32_t str_max_query_length);
Changed in version 2.4.0: Renamed from the now-deprecated text API.
Sets the maximum query length for suffix string search encryption options.
Parameters#
opts: A mongoc_client_encryption_encrypt_string_suffix_opts_t.str_max_query_length: The maximum query length for suffix search. Must be greater than zero.