|
ArchiveFileRolloverPreparationThreshold Property
|
Gets or sets the
ArchiveFile usage (in %) that will trigger the creation of an empty
ArchiveFile for rollover.
Namespace: GSF.Historian.FilesAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.248-beta
Syntax[DefaultValueAttribute(75)]
public double RolloverPreparationThreshold { get; set; }
<DefaultValueAttribute(75)>
Public Property RolloverPreparationThreshold As Double
Get
Set
public:
[DefaultValueAttribute(75)]
property double RolloverPreparationThreshold {
double get ();
void set (double value);
}
[<DefaultValueAttribute(75)>]
member RolloverPreparationThreshold : float with get, set
function get_RolloverPreparationThreshold();
function set_RolloverPreparationThreshold(value);
View SourceProperty Value
Double
ExceptionsException | Condition |
---|
ArgumentException | The value being assigned is not between 1 and 95. |
See Also