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.150 -- Release Build+b0ded34473a5ec0794290d60061683cd4a0402e5
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