|
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.205-beta
Syntax public interface IArchive
Public Interface IArchive
public interface class IArchive
type IArchive = interface end
GSF.Historian.IArchive = function();
GSF.Historian.IArchive.createInterface('GSF.Historian.IArchive');
View SourceThe 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.
|
TopEvents See Also