|   | IArchive Interface | 
        
        
            Defines a repository where time-series data is warehoused by a historian.
            
        
        Namespace: GSF.HistorianAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic interface IArchive
Public Interface IArchive
public interface class IArchive
type IArchive = interface end
GSF.Historian.IArchive = function();
GSF.Historian.IArchive.createInterface('GSF.Historian.IArchive');The IArchive type exposes the following members.
 Methods
Methods|  | Name | Description | 
|---|
|  | Close | Closes the repository. | 
|  | Open | Opens the repository. | 
|  | ReadData(IEnumerableInt32, DateTime, DateTime, Boolean) | Reads time-series data from the repository. | 
|  | ReadData(IEnumerableInt32, String, String, Boolean) | Reads time-series data from the repository. | 
|  | ReadData(Int32, DateTime, DateTime, Boolean) | Reads time-series data from the repository. | 
|  | ReadData(Int32, String, String, Boolean) | Reads time-series data from the repository. | 
|  | ReadMetaData | Read meta information for the specified historianID. | 
|  | ReadMetaDataSummary | Reads meta information summary for the specified historianID. | 
|  | ReadStateData | Reads state information for the specified historianID. | 
|  | ReadStateDataSummary | Read state information summary for the specified historianID. | 
|  | WriteData | Writes time-series data to the repository. | 
|  | WriteMetaData | Writes meta information for the specified historianID to the repository. | 
|  | WriteStateData | Writes state information for the specified historianID to the repository. | 
Top Events
Events See Also
See Also