EventLogSummary Table

The EventLogSummary table holds the top level summary of events created by the system.

Table 1. Database columns for EventLogSummary table

Database Column

Details

EventLogSummaryID

Type: integer. Key. Generated ID

A unique identifier for an event.

StartTime

Type: datetime. Key

The time that the event started.

EndTime

Type: datetime. Key. Nullable

The time that the event finished.

EventLogCategoryID

Type: integer. Key

The category of event. Foregin key to the EventLogCategory table.

EventName

Type: text (max 128 characters)

Brief description of the event.

EventLogStatusID

Type: integer. Key

The status of the event. Foreign key to the EventLogStatus table.