start_min


Description:

public int64 start_min { get; set; }

Together with start_max, 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_min is 1970-01-01.