|
ArchiveFileArchiveOffloadThreshold Property
|
Gets or sets the free disk space (in %) of the primary archive location that triggers the offload of historic
ArchiveFiles.
Namespace: GSF.Historian.FilesAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.248-beta
Syntax[DefaultValueAttribute(90)]
public double ArchiveOffloadThreshold { get; set; }
<DefaultValueAttribute(90)>
Public Property ArchiveOffloadThreshold As Double
Get
Set
public:
[DefaultValueAttribute(90)]
property double ArchiveOffloadThreshold {
double get ();
void set (double value);
}
[<DefaultValueAttribute(90)>]
member ArchiveOffloadThreshold : float with get, set
function get_ArchiveOffloadThreshold();
function set_ArchiveOffloadThreshold(value);
View SourceProperty Value
Double
ExceptionsException | Condition |
---|
ArgumentOutOfRangeException | The value being assigned is not between 0 and 99. |
See Also