audit Schema
audit Schema

Glossary Item Box

Description

A record of a single change to an entity whose changes are tracked.

Elements

ElementDescription
ActionThe audited action. One of INSERT, UPDATE, or DELETE: entity was created, changed, or deleted.
AuditAn audit entity.
NewValueThe value that was set to this property.
OldValueThe value before the audited event.
ParentIdThe ID of the audited entity. For example, if a defect was audited, this will be a defect ID.
ParentTypeThe type of the audited entity.
PropertiesProperties of this audit. For example, the fields that changed on the parent entity.
PropertyInformation about the type of change.
TimeThe time the audit record was created according the the DB server clock.
UserThe user who made the change.