Values.LargeTimestampGapsSourceEntity that comprises information on large gaps between consecutive timestamps in data.
type nonrec t = {status : StatisticalIssueStatus.t option;Indicates whether there is a potential data issue related to large gaps in timestamps.
*)numberOfLargeTimestampGaps : Integer.t option;Indicates the number of large timestamp gaps, if there are any.
*)maxTimestampGapInDays : Integer.t option;Indicates the size of the largest timestamp gap, in days.
*)}