We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78a55e2 commit 4c07bbbCopy full SHA for 4c07bbb
src/deps.ts
@@ -301,11 +301,11 @@ export interface AutoEncryptionOptions {
301
* Other validation rules in the JSON schema will not be enforced by the driver and will result in an error.
302
*/
303
schemaMap?: Document;
304
- /** @experimental */
+ /** @experimental Public Technical Preview: Supply a schema for the encrypted fields in the document */
305
encryptedFieldsMap?: Document;
306
/** Allows the user to bypass auto encryption, maintaining implicit decryption */
307
bypassAutoEncryption?: boolean;
308
+ /** @experimental Public Technical Preview: Allows users to bypass query analysis */
309
bypassQueryAnalysis?: boolean;
310
options?: {
311
/** An optional hook to catch logging messages from the underlying encryption engine */
0 commit comments