Click or drag to resize
Grid Solutions Framework

ParametersMetadataMaps Property

Gets or sets collection of target user selected metadata associated with the data source values.

Namespace: GrafanaAdapters.Functions
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.207-beta
Syntax
public Dictionary<string, Dictionary<string, string>> MetadataMaps { get; set; }
View Source

Property Value

DictionaryString, DictionaryString, String
Remarks
This property provides access to the set of outgoing metadata for each query result so that a function can adjust or augment the metadata sets if needed.
See Also