Click or drag to resize

MeasurementKeyMetadata Property

Gets the MeasurementMetadata as they appear in the primary DataSource.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public MeasurementMetadata Metadata { get; }
View Source

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