Click or drag to resize
Grid Solutions Framework

GSFDeviceAlarmStateAdapterInputMeasurementKeys Property

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

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

Property Value

Type: MeasurementKey

Implements

IAdapterInputMeasurementKeys
IAdapterInputMeasurementKeys
See Also