Interface TombstoneRecord

interface TombstoneRecord {
    id: string;
    tableName: string;
    recordId: string;
    reason: string;
    eventId: string;
    initiator: string;
    timestamp: string;
}

Properties

id: string

Unique tombstone ID.

tableName: string

Table the tombstoned record belongs to.

recordId: string

Primary key of the tombstoned record.

reason: string

Reason for tombstoning.

eventId: string

Signed event ID that caused the tombstone.

initiator: string

Who initiated the tombstone (agent ID or 'human').

timestamp: string

ISO 8601 timestamp.