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.
See also:
mongoc_client_encryption_encrypt_string_suffix_opts_new() <> mongoc_client_encryption_encrypt_string_opts_set_suffix() <>
Author
MongoDB, Inc
Copyright
2009-present, MongoDB, Inc.
Info
Aug 05, 2026 2.4.0 libmongoc