mongoc_client_encryption_encrypt_string_opts_set_substring()¶
Synopsis¶
void
mongoc_client_encryption_encrypt_string_opts_set_substring(
mongoc_client_encryption_encrypt_string_opts_t *opts,
mongoc_client_encryption_encrypt_string_substring_opts_t *ssopts);
Changed in version 2.4.0: Renamed from the now-deprecated text API.
Sets the substring options for string search encryption.
Parameters¶
ssopts: A mongoc_client_encryption_encrypt_string_substring_opts_t to set as substring options.
The “substringPreview” query type is in preview and should be used for experimental workloads only. This feature is unstable and its security is not guaranteed until released as Generally Available (GA). The GA version of this feature may not be backwards compatible with the preview version.