After the StatisticsReader has read statistics from the archive file,
this will contain the statistics on the actual data rate.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public Dictionary<MetadataRecord, IEnumerable<IDataPoint>> ActualDataRate { get; }
Public ReadOnly Property ActualDataRate As Dictionary(Of MetadataRecord, IEnumerable(Of IDataPoint)) Get
public: property Dictionary<MetadataRecord^, IEnumerable<IDataPoint^>^>^ ActualDataRate { Dictionary<MetadataRecord^, IEnumerable<IDataPoint^>^>^ get (); }