mongoc_client_encryption_encrypt_opts_set_string_opts()¶
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¶
string_opts: A mongoc_client_encryption_encrypt_string_opts_t specifying string search options.