table of contents
| MONGOC_CLIENT_ENCRYPTION_ENCRYPT_OPTS_SET_STRING_OPTS(3) | libmongoc | MONGOC_CLIENT_ENCRYPTION_ENCRYPT_OPTS_SET_STRING_OPTS(3) |
SYNOPSIS¶
void mongoc_client_encryption_encrypt_opts_set_string_opts(
mongoc_client_encryption_encrypt_opts_t *opts,
const mongoc_client_encryption_encrypt_string_opts_t *string_opts);
Changed in version 2.4.0: Renamed from the now-deprecated text API.
Sets the string search encryption options for explicit encryption.
PARAMETERS¶
- opts: A mongoc_client_encryption_encrypt_opts_t <>.
- string_opts: A mongoc_client_encryption_encrypt_string_opts_t <> specifying string search options.
See also:
mongoc_client_encryption_encrypt_string_opts_t <> mongoc_client_encryption_encrypt_string_opts_new() <> mongoc_client_encryption_encrypt_string_opts_set_prefix() <> mongoc_client_encryption_encrypt_string_opts_set_suffix() <> mongoc_client_encryption_encrypt_string_opts_set_substring() <>
Author¶
MongoDB, Inc
Copyright¶
2009-present, MongoDB, Inc.
| August 27, 2026 | 2.5.1 |