Click or drag to resize

ArchiveFileReadData(IEnumerableInt32, Boolean) Method

Reads all ArchiveDataPoints from the ArchiveFile for the specified historianIDs.

Namespace: GSF.Historian.Files
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public IEnumerable<IDataPoint> ReadData(
	IEnumerable<int> historianIDs,
	bool timeSorted = true
)
View Source

Parameters

historianIDs  IEnumerableInt32
Historian identifiers for which ArchiveDataPoints are to be retrieved.
timeSorted  Boolean  (Optional)
Indicates whether the data retrieved from the archive should be time sorted.

Return Value

IEnumerableIDataPoint
IEnumerableT object containing zero or more ArchiveDataPoints.
See Also