|
IDataSourceValueRecordFromKey Method
|
Gets the metadata record for the specified measurement key.
Namespace: GrafanaAdapters.DataSourcesAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.171-beta
Syntax Function RecordFromKey (
key As MeasurementKey,
metadata As DataSet
) As DataRow
abstract RecordFromKey :
key : MeasurementKey *
metadata : DataSet -> DataRow
function RecordFromKey(key, metadata);
View SourceParameters
- key MeasurementKey
- Source measurement key.
- metadata DataSet
- Source metadata.
Return Value
DataRowThe metadata record for the specified measurement key.
See Also