openPDC Historian Help
RolloverPreparationThreshold Property
NamespacesTVA.Historian.FilesArchiveFileRolloverPreparationThreshold
Gets or sets the ArchiveFile usage (in %) that will trigger the creation of an empty ArchiveFile for rollover.
Declaration Syntax
C#Visual BasicVisual C++
[DefaultValueAttribute()]
public short RolloverPreparationThreshold { get; set; }
<DefaultValueAttribute()> _
Public Property RolloverPreparationThreshold As Short
[DefaultValueAttribute()]
public:
property short RolloverPreparationThreshold {
	short get ();
	void set (short value);
}
Exceptions
ExceptionCondition
ArgumentExceptionThe value being assigned is not between 1 and 95.

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252