TemporalOutlierOperation Enumeration

Enumeration that defines how to handle TemporalMeasurement values that are outside the defined Lag/Lead time bounds.

Definition

Namespace: Gemstone.Timeseries
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.147 -- Release Build+281cd9d48f79fa48c22e33d1c46c4d7bdd95f1cf
public enum TemporalOutlierOperation

Members

PublishValueAsNan0 Measurement value is set to NaN if it is outside the defined time bounds. This is the default behavior.
PublishWithBadState1 Measurement value is preserved if it is outside the time bounds, but the state flags are set to OutlierState which defaults to SuspectTime.

See Also