Click or drag to resize

DataGapRecovererRecoveryProcessingInterval Property

Gets or sets the data recovery processing interval, in whole milliseconds, to use in the temporal data subscription when recovering data for an Outage.
A value of -1 indicates the default processing interval will be requested.
A value of 0 indicates data will be processed as fast as possible.

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

Property Value

Int32
Remarks
With the exception of the values of -1 and 0, the RecoveryProcessingInterval value specifies the desired historical data playback processing interval in milliseconds. This is basically a delay, or timer interval, over which to process data. Setting this value to -1 means to use the default processing interval while setting the value to 0 means to process data as fast as possible, i.e., as fast as the historian can query the data. Depending on the available bandwidth, this parameter may need to be adjusted such that the data being recovered does not adversely interfere with the ongoing transmission of real-time data.
See Also