Click or drag to resize
Grid Solutions Framework

IDataSourceValueLoadOrder Property

Gets the desired load order for the data source value type.

Namespace: GrafanaAdapters.DataSources
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.171-beta
Syntax
int LoadOrder { get; }
View Source

Property Value

Int32
Remarks
This value is used to determine the order in which data source value types are presented to the user in the Grafana data source configuration UI. If multiple data source value types have the same load order, they will use a secondary sort order, i.e., alphabetically by type name. Ideally, these values should be as unique as possible to avoid any secondary sorting.
See Also