Click or drag to resize
Grid Solutions Framework

StatisticsReaderDataQualityErrors Property

After the StatisticsReader has read statistics from the archive file, this will contain the statistics on data quality errors.

Namespace: HistorianAdapters
Assembly: HistorianAdapters (in HistorianAdapters.dll) Version: 2.4.182-beta
Syntax
public Dictionary<MetadataRecord, IEnumerable<IDataPoint>> DataQualityErrors { get; }
View Source

Property Value

DictionaryMetadataRecord, IEnumerableIDataPoint
See Also