C# 클래스 openHistorian.Net.HistorianIArchive

An IArchive wrapper around a SortedTreeStore.
This class implements the 1.0 historian IArchive to automatically bring in historian providers (e.g., web services).
상속: IArchive
파일 보기 프로젝트 열기: GridProtectionAlliance/openHistorian 1 사용 예제들

공개 메소드들

메소드 설명
HistorianIArchive ( HistorianServer server, string databaseName ) : System
IArchive ( ) : void
IArchive ( IDataPoint dataPoint ) : void
IArchive ( int historianID, byte metadata ) : void
Write ( HistorianKey key, HistorianValue value ) : void

비공개 메소드들

메소드 설명
IArchive ( IEnumerable historianIDs, System.DateTime startTime, System.DateTime endTime, bool timeSorted ) : IEnumerable
IArchive ( IEnumerable historianIDs, string startTime, string endTime, bool timeSorted ) : IEnumerable
IArchive ( int historianID, System.DateTime startTime, System.DateTime endTime, bool timeSorted ) : IEnumerable
IArchive ( int historianID, string startTime, string endTime, bool timeSorted ) : IEnumerable
IArchive ( int historianID ) : byte[]
ReadDataStream ( HistorianValue>.TreeStream stream ) : IEnumerable
ReadMetadataRecord ( int historianID ) : MetadataRecord
ReadStateDataRecord ( int historianID ) : StateRecord

메소드 상세

HistorianIArchive() 공개 메소드

public HistorianIArchive ( HistorianServer server, string databaseName ) : System
server HistorianServer
databaseName string
리턴 System

IArchive() 공개 메소드

public IArchive ( ) : void
리턴 void

IArchive() 공개 메소드

public IArchive ( IDataPoint dataPoint ) : void
dataPoint IDataPoint
리턴 void

IArchive() 공개 메소드

public IArchive ( int historianID, byte metadata ) : void
historianID int
metadata byte
리턴 void

Write() 공개 메소드

public Write ( HistorianKey key, HistorianValue value ) : void
key HistorianKey
value HistorianValue
리턴 void