Click or drag to resize

IArchiveFileScanner Interface

Represents a scanner that reads data points from an archive file for a given time range.

Namespace: GSF.Historian.Files
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public interface IArchiveFileScanner
View Source

The IArchiveFileScanner type exposes the following members.

Properties
 NameDescription
Public propertyDataReadExceptionHandler Gets or sets the handler used to handle errors that occur while scanning the file.
Public propertyEndTime Gets or sets the maximum value of the timestamps of the data points returned by the scanner.
Public propertyFileAllocationTable Gets or sets the file allocation table of the file that this scanner is reading from.
Public propertyHistorianIDs Gets or sets the collection of point IDs to be scanned from the file.
Public propertyResumeFrom Gets or sets the data point from which to resume the scan if it was interrupted by a rollover.
Public propertyStartTime Gets or sets the minimum value of the timestamps of the data points returned by the scanner.
Top
Methods
 NameDescription
Public methodRead Reads all IDataPoints for the specified historian IDs.
Top
See Also