Click or drag to resize

ArchiveFileArchiveOffloadCount Property

Gets or sets the number of historic ArchiveFiles to be offloaded to the ArchiveOffloadLocation.

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

Property Value

Int32
Exceptions
ExceptionCondition
ArgumentExceptionThe value being assigned is not positive.
See Also