openPDC Historian Help
ArchiveOffloadThreshold Property
NamespacesTVA.Historian.FilesArchiveFileArchiveOffloadThreshold
Gets or sets the free disk space (in %) of the primary archive location that triggers the offload of historic ArchiveFiles.
Declaration Syntax
C#Visual BasicVisual C++
[DefaultValueAttribute()]
public short ArchiveOffloadThreshold { get; set; }
<DefaultValueAttribute()> _
Public Property ArchiveOffloadThreshold As Short
[DefaultValueAttribute()]
public:
property short ArchiveOffloadThreshold {
	short get ();
	void set (short value);
}
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe value being assigned is not between 1 and 99.

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