openPDC Historian Help
ArchiveOffloadCount Property
NamespacesTVA.Historian.FilesArchiveFileArchiveOffloadCount
Gets or sets the number of historic ArchiveFiles to be offloaded to the ArchiveOffloadLocation.
Declaration Syntax
C#Visual BasicVisual C++
[DefaultValueAttribute()]
public int ArchiveOffloadCount { get; set; }
<DefaultValueAttribute()> _
Public Property ArchiveOffloadCount As Integer
[DefaultValueAttribute()]
public:
property int ArchiveOffloadCount {
	int get ();
	void set (int value);
}
Exceptions
ExceptionCondition
ArgumentExceptionThe value being assigned is not positive.

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