PolarExpress.Schemas.EventName (polar_express v0.2.2)

Copy Markdown View Source

EventName

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.EventName{
  first_seen: term(),
  last_seen: term(),
  name: term(),
  occurrences: term(),
  source: term()
}
  • first_seen - The first time the event occurred. Format: date-time.
  • last_seen - The last time the event occurred. Format: date-time.
  • name - The name of the event.
  • occurrences - Number of times the event has occurred.
  • source - The source of the event. system events are created by Polar. user events are the one you create through our ingestion API.

Functions

schema_name()