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.136 -- Release Build+045677775a56d15698be6ced5ce5213063e47102
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