Skip to main content

AggregatedEventTimestamps

Aggregated event counts per timestamp bin, grouped by activity.
Used as Input

0

functions accept this type

Used as Output

1

function return this type

Type Definition

4 nested items
AggregatedEventTimestampsAggregated event counts per timestamp bin, grouped by activity.
activities*:Vec<String>All distinct activity names found in the log.
[items]:String
bin_width_ms*:i64Width of each bin in milliseconds, which is also the spacing of the bin centers.
events_per_timestamp*:ObjectEvent counts per bin timestamp (millis) per activity name.

Example JSON Value

{
  "activities": [
    "example"
  ],
  "bin_width_ms": 1,
  "events_per_timestamp": {}
}

Functions Returning This Type(1)