Click or drag to resize
Grid Solutions Framework

IDataSourceValueGetTargetIDSet Method

Gets the set of measurement key and point tag identifiers associated with a target.

Namespace: GrafanaAdapters.DataSources
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.171-beta
Syntax
(string , (MeasurementKey , string )[] ) GetTargetIDSet(
	DataRow record
)
View Source

Parameters

record  DataRow
Source metadata record.

Return Value

ValueTupleString, ValueTupleMeasurementKey, String
set of measurement key and point tag identifiers associated with a target.
Remarks
A single target will be associated with a measurement key and point tag for each value in the data source value. The target will be a common name for the group of values in the data source value structure.
See Also