Click or drag to resize

DataGapRecoverer Properties

The DataGapRecoverer type exposes the following members.

Properties
  Name Description
Public property ConnectionString Gets or sets connection string that will be used to make a temporal subscription when recovering data for an Outage.
Public property ConstraintParameters Gets or sets any additional constraint parameters that will be supplied to adapters in temporal subscription used when recovering data for an Outage.
Protected property DataGapLog Gets reference to the data gap OutageLog for this DataGapRecoverer.
Protected property DataGapLogProcessor Gets reference to the data gap OutageLogProcessor for this DataGapRecoverer.
Public property DataMonitoringInterval Gets or sets the interval, in seconds, over which the data monitor will check for new data.
Public property DataSource Gets or sets DataSet based data source available to this DataGapRecoverer.
Public property Enabled Gets or sets a boolean value that indicates whether the DataGapRecoverer is enabled.
Public property EndRecoveryBuffer Gets or sets end buffer time, in seconds, to add to end of outage window to ensure all missing data is recovered.
Public property FilterExpression Gets or sets the filter expression used to define which measurements are being requested for data recovery during an Outage.
Public property IsDisposed Gets a flag that indicates whether the object has been disposed.
Protected property Log Log messages generated by an adapter.
Public property LoggingPath Gets or sets logging path to be used to be runtime and outage logs of the subscriber which are required for automated data recovery.
Public property MaximumRecoverySpan Gets to sets the maximum time span, in seconds, for which a data recovery will be attempted. Set to MaxValue for no maximum.
Public property MinimumRecoverySpan Gets to sets the minimum time span, in seconds, for which a data recovery will be attempted. Set to zero for no minimum.
Public property RecoveryProcessingInterval 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.
Public property RecoveryStartDelay Gets or sets the minimum time delay, in seconds, to wait before starting the data recovery for an Outage.
Public property SourceConnectionName Gets or sets name of source connection device (e.g., a data subscriber).
Public property StartRecoveryBuffer Gets or sets start buffer time, in seconds, to add to start of outage window to ensure all missing data is recovered.
Public property Status Gets the status of this DataGapRecoverer.
Public property TemporalSubscriptionStatus Gets the status of the temporal DataSubscriber used to query historical data.
Public property UseMillisecondResolution Gets or sets the flag that determines whether measurement timestamps use millisecond resolution. If false, time will be of Ticks resolution.
Top
See Also