Values_0.DataQualityAggregatedMetricsSourceA summary of metrics showing the total counts of processed rows and rules, including their pass/fail statistics based on row-level results.
type nonrec t = {totalRowsProcessed : NullableDouble.t option;The total number of rows that were processed during the data quality evaluation.
*)totalRowsPassed : NullableDouble.t option;The total number of rows that passed all applicable data quality rules.
*)totalRowsFailed : NullableDouble.t option;The total number of rows that failed one or more data quality rules.
*)totalRulesProcessed : NullableDouble.t option;The total number of data quality rules that were evaluated.
*)totalRulesPassed : NullableDouble.t option;The total number of data quality rules that passed their evaluation criteria.
*)totalRulesFailed : NullableDouble.t option;The total number of data quality rules that failed their evaluation criteria.
*)}