Click or drag to resize
Grid Solutions Framework

IGrafanaFunctionFormatTargetName Method

Gets a formatted target name for the Grafana function.

Namespace: GrafanaAdapters.Functions
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
string FormatTargetName(
	GroupOperations groupOperation,
	string targetName,
	string[] parsedParameters
)
View Source

Parameters

groupOperation  GroupOperations
Group operation from the format target name.
targetName  String
Target name to format.
parsedParameters  String
Parsed parameters.

Return Value

String
Target name format for the Grafana function, typically in the form of: Name(Parameters,TargetName).
See Also