Click or drag to resize
Grid Solutions Framework

DataSourceValue.ID Field

Point-tag and target ID for the query.

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

Field Value

ValueTuple<String, 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