| 
            
              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.FilesAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.257-beta
Syntaxpublic ArchiveFileScanner(
	bool reverseQuery
)
Public Sub New ( 
	reverseQuery As Boolean
)
public:
ArchiveFileScanner(
	bool reverseQuery
)
new : 
        reverseQuery : bool -> ArchiveFileScannerGSF.Historian.Files.ArchiveFileScanner = function(reverseQuery);
 View SourceParameters
- 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