Click or drag to resize
Grid Solutions Framework

GrafanaDataSourceBaseGetValueTypeTableFields Method

Gets the field names for a given table when dataTypeIndex is a valid index in the data source value cache and selected table name contains all the fields that the value type has defined as required, see RequiredMetadataFieldNames . When dataTypeIndex is -1, fields for any valid metadata table name are returned.

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

Parameters

request  SearchRequest
Search request.
cancellationToken  CancellationToken
Cancellation token.

Return Value

TaskIEnumerableFieldDescription
See Also