Click or drag to resize
Grid Solutions Framework

StatisticsReaderMissingFrames Property

After the StatisticsReader has read statistics from the archive file, this will contain the statistics on missing frames.

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

Property Value

DictionaryMetadataRecord, IEnumerableIDataPoint
See Also