MeasurementKeyMetadata Property

Gets the MeasurementMetadata as they appear in the primary adapter metadata.

Definition

Namespace: Gemstone.Timeseries
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.128 -- Release Build+e2476c52e94864f123f37e60764c948e49eb89eb
public MeasurementMetadata Metadata { get; }

Property Value

MeasurementMetadata

Remarks

This is to be considered the reference value. Adapters are free to change this inside specific IMeasurement instances This value should only be updated upon change in the primary data source using SetMeasurementMetadata(String, Double, Double, MeasurementValueFilterFunction).

See Also