TemporalOutlierOperation Enumeration
Enumeration that defines how to handle
TemporalMeasurement
values that are outside of the defined Lag/Lead time bounds.
Namespace: Gemstone.TimeseriesAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.128 -- Release Build+e2476c52e94864f123f37e60764c948e49eb89eb
public enum TemporalOutlierOperation
Public Enumeration TemporalOutlierOperation
public enum class TemporalOutlierOperation
Gemstone.Timeseries.TemporalOutlierOperation = function();
Gemstone.Timeseries.TemporalOutlierOperation.createEnum('Gemstone.Timeseries.TemporalOutlierOperation', false);
PublishValueAsNan | 0 |
Measurement value is set to NaN if it is outside of the
defined time bounds. This is the default behavior.
|
PublishWithBadState | 1 |
Measurement value is preserved if it is outside of the time bounds, but the state
flags are set to OutlierState which defaults to
SuspectTime.
|