Click or drag to resize

ArchiveFileRolloverPreparationThreshold Property

Gets or sets the ArchiveFile usage (in %) that will trigger the creation of an empty ArchiveFile for rollover.

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

Property Value

Double
Exceptions
ExceptionCondition
ArgumentExceptionThe value being assigned is not between 1 and 95.
See Also