openPDC Historian Help
CompressionMaxTime Property
NamespacesTVA.Historian.FilesMetadataRecordCompressionMaxTime
Gets or sets the maximum time (in seconds) after which data is to be archived for the HistorianID.
Declaration Syntax
C#Visual BasicVisual C++
public int CompressionMaxTime { get; set; }
Public Property CompressionMaxTime As Integer
public:
property int CompressionMaxTime {
	int get ();
	void set (int value);
}
Remarks
CompressionMaxTime ensures that archived data exist every "n" seconds for the HistorianID, which would otherwise be omitted due to compression.

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252