table of contents
| MONGOC_CLIENT_ENCRYPTION_ENCRYPT_STRING_SUFFIX_OPTS_SET_STR_MAX_QUERY_LENGTH(3) | libmongoc | MONGOC_CLIENT_ENCRYPTION_ENCRYPT_STRING_SUFFIX_OPTS_SET_STR_MAX_QUERY_LENGTH(3) |
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.
| August 21, 2026 | 2.5.0 |