StatsEvent properties

$id

The id of the event in the database.

$type

The type of the stats event, matching the name of the class that generated it.

$subType

The sub-type of the stats event.

$resolution

The time frame resolution used by this event. One of the available STATS_EVENT_TIME_RESOLUTION_? constants.

$timestamp

The timestamp this event was added to the event log.

$isSecondaryId

Whether this StatsEvent uses secondary id or not.

$secondary_id

The secondary if for this event.

$isTertiaryId

Whether this StatsEvent uses tertiary id or not.

$tertiary_id

The tertiary if for this event.

$count

The number of times this stats event has been triggered during the time frame specified by this event's resolution and timestamp.

Last updated