Values.ComparisonMetricValueSourceContains cost or usage metric values for comparing two time periods. Each value includes amounts for the baseline and comparison time periods, their difference, and the unit of measurement.
type nonrec t = {baselineTimePeriodAmount : GenericString.t option;The numeric value for the baseline time period measurement.
*)comparisonTimePeriodAmount : GenericString.t option;The numeric value for the comparison time period measurement.
*)difference : GenericString.t option;The calculated difference between ComparisonTimePeriodAmount and BaselineTimePeriodAmount.
*)unit : GenericString.t option;The unit of measurement applicable to all numeric values in this comparison.
*)}