Click or drag to resize
Grid Solutions Framework

GrafanaDataSourceBaseGetValueTypeTables Method

Gets the table names that, at a minimum, contain all the fields that the value type has defined as required, see RequiredMetadataFieldNames when dataTypeIndex is a valid index in the data source value cache. When dataTypeIndex is -1, all table names are returned.

Namespace: GrafanaAdapters
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
public virtual Task<IEnumerable<string>> GetValueTypeTables(
	SearchRequest request,
	CancellationToken cancellationToken
)
View Source

Parameters

request  SearchRequest
Search request.
cancellationToken  CancellationToken
Cancellation token.

Return Value

TaskIEnumerableString
See Also