|
IArchive Methods
|
The IArchive type exposes the following members.
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
See Also