mongoc_client_encryption_encrypt_string_substring_opts_destroy
Synopsis
void mongoc_client_encryption_encrypt_string_substring_opts_destroy(mongoc_client_encryption_encrypt_string_substring_opts_t *opts);
Changed in version 2.4.0: Renamed from the now-deprecated text API.
Frees a mongoc_client_encryption_encrypt_string_substring_opts_t <> created with mongoc_client_encryption_encrypt_string_substring_opts_new() <>.
Parameters
- opts: A mongoc_client_encryption_encrypt_string_substring_opts_t <> to destroy.
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.
See also:
mongoc_client_encryption_encrypt_string_substring_opts_new() <>
Author
MongoDB, Inc
Copyright
2009-present, MongoDB, Inc.
Info
Aug 05, 2026 2.4.0 libmongoc