Click or drag to resize

DataGapRecovererMinimumRecoverySpan Property

Gets to sets the minimum time span, in seconds, for which a data recovery will be attempted. Set to zero for no minimum.

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public Time MinimumRecoverySpan { get; set; }
View Source

Property Value

Time
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionValue cannot be a negative number.
See Also