Click or drag to resize

MetadataRecordCompressionMaxTime Property

Gets or sets the maximum time (in seconds) after which data is to be archived for the HistorianID.

Namespace: GSF.Historian.Files
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public int CompressionMaxTime { get; set; }
View Source

Property Value

Int32
Remarks
CompressionMaxTime ensures that archived data exist every "n" seconds for the HistorianID, which would otherwise be omitted due to compression.
See Also