enableAuditing

enableAuditing(options: Integer);

The enableAuditing method of the JadeDbFilePartition class re-enables the auditing associated with object operations performed against the file.

File operations are blocked and the partition is made stable. A copy of the partition is then inserted into the audit stream.

By default, the partition is compressed before being written into the journal. If you know that the data in the partition compresses poorly, you can disable compression by specifying the value EnableAudit_NoCompress a DbFile class constant) for the options parameter.

File compression and decompression operations use the directory specified by the ReorgWorkDirectory parameter in the [JadeReorg] section of the JADE initialization file.