Click or drag to resize

StateRecordActiveDataBlockIndex Property

Gets or sets the 0-based index of the active ArchiveDataBlock for the HistorianID.

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

Property Value

Int32
Remarks
Index is persisted to disk as 1-based index for backwards compatibility.
See Also