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.160 -- Release Build+69269a1754081bcb38397d2d6a05132ae03c7054
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