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.138 -- Release Build+b4f8847fe309a44734617722bca179874d85b46d
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