TemporalOutlierOperation Enumeration

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

Definition

Namespace: Gemstone.Timeseries
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.128 -- Release Build+e2476c52e94864f123f37e60764c948e49eb89eb
public enum TemporalOutlierOperation

Members

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

See Also