Click or drag to resize

IArchive Methods

The IArchive type exposes the following members.

Methods
  Name Description
Public method Close Closes the repository.
Public method Open Opens the repository.
Public method ReadData(IEnumerableInt32, DateTime, DateTime, Boolean) Reads time-series data from the repository.
Public method ReadData(IEnumerableInt32, String, String, Boolean) Reads time-series data from the repository.
Public method ReadData(Int32, DateTime, DateTime, Boolean) Reads time-series data from the repository.
Public method ReadData(Int32, String, String, Boolean) Reads time-series data from the repository.
Public method ReadMetaData Read meta information for the specified historianID.
Public method ReadMetaDataSummary Reads meta information summary for the specified historianID.
Public method ReadStateData Reads state information for the specified historianID.
Public method ReadStateDataSummary Read state information summary for the specified historianID.
Public method WriteData Writes time-series data to the repository.
Public method WriteMetaData Writes meta information for the specified historianID to the repository.
Public method WriteStateData Writes state information for the specified historianID to the repository.
Top
See Also