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.156 -- Release Build+a0362ddca9ef443a14cbb0197310f102a707ea84
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