The ValidationDetailsKind enumeration determines a validation filter type. It is used by the following properties:
Value | Brief description |
0 | MissingData. Missing data. |
1 | MissingMetaData. Missing metadata. |
2 | RevisionComparison. Compare with revision. |
3 | CrossFrequency. Compare levels. |
4 | Level. Compare with number. |
5 | GrowthRate. Rate of change. |
6 | Ratio. Ratio of points. |
7 | Trend. Trend. |
8 | Custom. Custom filter. |
9 | StatisticalOutliers. Statistical outliers. |
10 | Correlation. Correlation. |
11 | RevisionMetadataComparison. Comparison of actual revision metadata with previous revisions. |
12 | ComponentMismatch. Comparison of mismatches between output series and source series that were the basis for getting output series. |
13 | CrossDatabase. Difference between points of different databases. |
See also: