Values.DataQualitySummarySourceDataQualitySummary gives aggregated statistics over all the sensors about a completed ingestion job. It primarily gives more information about statistics over different incorrect data like MissingCompleteSensorData, MissingSensorData, UnsupportedDateFormats, InsufficientSensorData, DuplicateTimeStamps.
type nonrec t = {insufficientSensorData : InsufficientSensorData.t option;Parameter that gives information about insufficient data for sensors in the dataset. This includes information about those sensors that have complete data missing and those with a short date range.
*)missingSensorData : MissingSensorData.t option;Parameter that gives information about data that is missing over all the sensors in the input data.
*)invalidSensorData : InvalidSensorData.t option;Parameter that gives information about data that is invalid over all the sensors in the input data.
*)unsupportedTimestamps : UnsupportedTimestamps.t option;Parameter that gives information about unsupported timestamps in the input data.
*)duplicateTimestamps : DuplicateTimestamps.t option;Parameter that gives information about duplicate timestamps in the input data.
*)}