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.136 -- Release Build+045677775a56d15698be6ced5ce5213063e47102
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