table of contents
| MONGOC_CLIENT_ENCRYPTION_ENCRYPT_STRING_OPTS_SET_SUFFIX(3) | libmongoc | MONGOC_CLIENT_ENCRYPTION_ENCRYPT_STRING_OPTS_SET_SUFFIX(3) |
SYNOPSIS¶
void mongoc_client_encryption_encrypt_string_opts_set_suffix(
mongoc_client_encryption_encrypt_string_opts_t *opts,
mongoc_client_encryption_encrypt_string_suffix_opts_t *sopts);
Changed in version 2.4.0: Renamed from the now-deprecated text API.
Sets the suffix options for string search encryption.
PARAMETERS¶
- opts: A mongoc_client_encryption_encrypt_string_opts_t <>.
- sopts: A mongoc_client_encryption_encrypt_string_suffix_opts_t <> to set as suffix options.
See also:
mongoc_client_encryption_encrypt_string_opts_new() <> mongoc_client_encryption_encrypt_string_suffix_opts_new() <>
Author¶
MongoDB, Inc
Copyright¶
2009-present, MongoDB, Inc.
| August 21, 2026 | 2.5.0 |