NumericalDataQualityMetric type

Defines values for NumericalDataQualityMetric.
KnownNumericalDataQualityMetric can be used interchangeably with NumericalDataQualityMetric, this enum contains the known values that the service supports.

Known values supported by the service

NullValueRate: Calculates the rate of null values.
DataTypeErrorRate: Calculates the rate of data type errors.
OutOfBoundsRate: Calculates the rate values are out of bounds.

type NumericalDataQualityMetric = string