Click or drag to resize

ArchiveFileScanner Constructor

Scans an archive file for data points in a given time range and returns them in the order that they are scanned.

Namespace: GSF.Historian.Files
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.239-beta
Syntax
public ArchiveFileScanner(
	bool reverseQuery
)
View Source

Parameters

reverseQuery  Boolean
True to read data points in reverse order (i.e., from end time to start time); false to read in normal order.
See Also