Values_0.DataQualityMetricValuesSourceDescribes the data quality metric value according to the analysis of historical data.
type nonrec t = {actualValue : NullableDouble.t option;The actual value of the data quality metric.
*)expectedValue : NullableDouble.t option;The expected value of the data quality metric according to the analysis of historical data.
*)lowerLimit : NullableDouble.t option;The lower limit of the data quality metric value according to the analysis of historical data.
*)upperLimit : NullableDouble.t option;The upper limit of the data quality metric value according to the analysis of historical data.
*)}