MeasurementKeySetMeasurementMetadata Method

Updates the values of the Metadata.

Definition

Namespace: Gemstone.Timeseries
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.155 -- Release Build+e115e0aae9dba2e478171d226b178f6065fb745f
public void SetMeasurementMetadata(
	string tagName,
	double adder,
	double multiplier,
	MeasurementValueFilterFunction valueFilter
)

Parameters

tagName  String
Gets or sets the text based tag name.
adder  Double
Defines an offset to add to the IMeasurement value.
multiplier  Double
Defines a multiplicative offset to apply to the IMeasurement value.
valueFilter  MeasurementValueFilterFunction
Defines the MeasurementValueFilterFunction to use when downsampling this type of IMeasurement value.

See Also