Click or drag to resize
Grid Solutions Framework

DataSourceValueID Field

Point-tag and target ID for the query.

Namespace: GrafanaAdapters.Model.Common
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
public (string pointTag, string target) ID
View Source

Field Value

ValueTupleString, String
Remarks
pointTag is a specific name for a data point to be queried from the data source. target is a more general name that can represent multiple point-tags, e.g., a tuple of point-tags.
See Also