Click or drag to resize
Grid Solutions Framework

Count<T> .Aliases Property

Gets any defined aliases for the Grafana function.

Namespace: GrafanaAdapters.Functions.BuiltIn
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.246-beta
Syntax
public override string[] Aliases { get; }
View Source

Property Value

String[]

Implements

IGrafanaFunction.Aliases
See Also