Click or drag to resize
Grid Solutions Framework

DeviceAlarmStateAdapterInputMeasurementKeys Property

Gets or sets primary keys of input measurements the adapter expects, if any.

Namespace: GrafanaAdapters
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override MeasurementKey[] InputMeasurementKeys { get; set; }
View Source

Property Value

MeasurementKey

Implements

IAdapterInputMeasurementKeys
IAdapterInputMeasurementKeys
See Also