openPDC Historian Help
FileOffloadThreshold Property
NamespacesTVA.Historian.FilesArchiveFileFileOffloadThreshold

[This is preliminary documentation and is subject to change.]

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 FileOffloadThreshold { get; set; }
<DefaultValueAttribute()> _
Public Property FileOffloadThreshold As Short
[DefaultValueAttribute()]
public:
property short FileOffloadThreshold {
	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.0.0