disableAuditing

disableAuditing(maxWaitForQuietpoint: Integer);

The disableAuditing method of the JadeDbFilePartition class disables the auditing associated with object operations performed against the partition.

Auditing is disabled within a quietpoint after a checkpoint has successfully completed to move the database recovery point. If the maxWaitForQuietpoint parameter has a non‑zero value, it specifies the maximum time in seconds that the operation will wait for there to be no transaction activity, and overrides the configured or default database value specified by the MaxWaitForQuietPoint parameter in the [PersistentDb] section of the JADE initialization file.

If a quietpoint cannot be established, exception 3077 (Maximum time to wait for quiet point was exceeded) is raised.