start_max


Description:

public int64 start_max { get; set; }

Together with start_min, creates a timespan such that only events within the timespan are returned

start_min is inclusive, while start_max is exclusive. Events that overlap the range are included. Both are specified in seconds since the UNIX epoch.

If not specified, the default start_max is 2031-01-01.