|
IArchiveReadData(Int32, DateTime, DateTime, Boolean) Method
|
Reads time-series data from the repository.
Namespace: GSF.HistorianAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.205-beta
Syntax function ReadData(historianID, startTime, endTime, timeSorted);
View SourceParameters
- historianID Int32
- Historian identifier for which time-series data are to be retrieved.
- startTime DateTime
- Start DateTime (in UTC) for the time-series data to be retrieved.
- endTime DateTime
- End DateTime (in UTC) for the time-series data to be retrieved.
- timeSorted Boolean (Optional)
- Indicates whether the data retrieved from the archive should be time sorted.
Return Value
IEnumerableIDataPointIEnumerableT object containing zero or more time-series data.
See Also