Click or drag to resize

DataGapRecovererRecoveryStartDelay Property

Gets or sets the minimum time delay, in seconds, to wait before starting the data recovery for an Outage.

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

Property Value

Time
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionValue cannot be a negative number.
Remarks

For some archiving systems it may take a few seconds for data to make it to disk and therefore be readily available for a temporal subscription query. The RecoveryStartDelay should be adjusted based on the nature of the system used to archive data. If the archival system makes data immediately available because of internal caching or other means, this value can be zero.

Use of this value depends on the local clock, as such the value should be increased by the uncertainty of accuracy of the local clock. For example, if it is know that the local clock floats +/-5 seconds from real-time, then increase the desired value of the RecoveryStartDelay by 5 seconds.

See Also