|
IDataSourceValueLoadOrder Property
|
Gets the desired load order for the data source value type.
Namespace: GrafanaAdapters.DataSourcesAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.171-beta
Syntax ReadOnly Property LoadOrder As Integer
Get
property int LoadOrder {
int get ();
}
abstract LoadOrder : int with get
function get_LoadOrder();
View SourceProperty Value
Int32Remarks
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