currentTimestampsOnly

@SerialName(value = "currentTimestampsOnly")
val currentTimestampsOnly: Boolean? = null

Parameters

currentTimestampsOnly

Where a time series can be performed multiple times because a session’s trigger event is mutable, all records will be returned, unless this flag is set to true. When true, only records with recent event timestamp values will be returned. This is equivalent to sending back the user’s entire map of current event ID timestamp values via the eventTimestamps map in this search object. If values are also provided in the eventTimestamps map, each of those event IDs will override its associated event ID timestamp value, as it is provided by setting this flag to true.