MeasurementMetadata Constructor
Namespace: Gemstone.TimeseriesAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.160 -- Release Build+69269a1754081bcb38397d2d6a05132ae03c7054
Gemstone.Timeseries.MeasurementMetadata = function(key, tagName, adder, multiplier, measurementValueFilter);
Parameters
- key MeasurementKey
- Gets or sets the primary key of this IMeasurement.
- tagName String
- Gets or sets the text based tag name of this IMeasurement.
- adder Double
- Defines an offset to add to the IMeasurement value.
- multiplier Double
- Defines a multiplicative offset to apply to the IMeasurement value.
- measurementValueFilter MeasurementValueFilterFunction
- Gets or sets function used to apply a down-sampling filter over a sequence of IMeasurement values.