Click or drag to resize
Grid Solutions Framework

GrafanaFunctionBaseTGetDataSourceValues Method

Gets data source values enumeration found in the provided parameters.

Namespace: GrafanaAdapters.Functions
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
protected virtual IAsyncEnumerable<T> GetDataSourceValues(
	Parameters parameters
)
View Source

Parameters

parameters  Parameters
Input parameters.

Return Value

IAsyncEnumerableT
Data source values from provided parameters.
Exceptions
ExceptionCondition
InvalidOperationExceptionLast parameter is not a data source value of type IAsyncEnumerable.
See Also