Click or drag to resize

ArchiveFileArchiveOffloadThreshold Property

Gets or sets the free disk space (in %) of the primary archive location that triggers the offload of historic ArchiveFiles.

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

Property Value

Double
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe value being assigned is not between 0 and 99.
See Also