Click or drag to resize

ArchiveFileMaxHistoricArchiveFiles Property

Gets or sets the maximum number of historic ArchiveFiles to be kept at both the primary and offload locations combined.

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

Property Value

Int32
Remarks
Set MaxHistoricArchiveFiles to -1 to keep historic ArchiveFiles indefinitely.
See Also