Skip to main content

EventTimestampOptions

Options for get_event_timestamps.
Used as Input

1

function accept this type

Used as Output

0

functions return this type

Type Definition

3 nested items
EventTimestampOptionsOptions for get_event_timestamps.
activity_key*:StringEvent attribute key used to identify the activity name.
num_bins*:i64<uint>Number of time bins to aggregate events into.
timestamp_key*:StringEvent attribute key used to extract the timestamp.

Example JSON Value

{
  "activity_key": "example",
  "num_bins": 1,
  "timestamp_key": "example"
}

Functions Accepting This Type(1)