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.147 -- Release Build+281cd9d48f79fa48c22e33d1c46c4d7bdd95f1cf
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