Click or drag to resize
Grid Solutions Framework

IDataSourceValueTypeRecordFromKey Method

Gets the metadata record for the specified measurement key.

Namespace: GrafanaAdapters.DataSourceValueTypes
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
DataRow RecordFromKey(
	MeasurementKey key,
	DataSet metadata
)
View Source

Parameters

key  MeasurementKey
Source measurement key.
metadata  DataSet
Source metadata.

Return Value

DataRow
The metadata record for the specified measurement key.
See Also