MONGOC_AUTO_ENCRYPTION_OPTS_SET_BYPASS_QUERY_ANALYSIS(3) | libmongoc | MONGOC_AUTO_ENCRYPTION_OPTS_SET_BYPASS_QUERY_ANALYSIS(3) |
void mongoc_auto_encryption_opts_set_bypass_query_analysis ( mongoc_auto_encryption_opts_t *opts, bool bypass_query_analysis);
New in version 1.22.0.
bypass_query_analysis disables automatic analysis of outgoing commands. bypass_query_analysis is useful for encrypting indexed fields without the crypt_shared library or mongocryptd process. Set bypass_query_analysis to true to use explicit encryption on indexed fields.
SEE ALSO:
mongoc_client_enable_auto_encryption()
In-Use Encryption
MongoDB, Inc
2017-present, MongoDB, Inc
March 31, 2024 | 1.26.0 |