Values.DataEncryptionMetadataSourceThe settings for client-side encryption for cryptographic computing.
type nonrec t = {allowCleartext : Boolean.t;Indicates whether encrypted tables can contain cleartext data (TRUE) or are to cryptographically process every column (FALSE).
*)allowDuplicates : Boolean.t;Indicates whether Fingerprint columns can contain duplicate entries (TRUE) or are to contain only non-repeated values (FALSE).
*)allowJoinsOnColumnsWithDifferentNames : Boolean.t;Indicates whether Fingerprint columns can be joined on any other Fingerprint column with a different name (TRUE) or can only be joined on Fingerprint columns of the same name (FALSE).
*)preserveNulls : Boolean.t;Indicates whether NULL values are to be copied as NULL to encrypted tables (TRUE) or cryptographically processed (FALSE).
*)}