Click or drag to resize
Grid Solutions Framework

AnnotationRequestExtensionsParseQueryType Method

Parses query expression from annotation for annotation type.

Namespace: GrafanaAdapters.Annotations
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
public static AnnotationType ParseQueryType(
	this AnnotationRequest request,
	out bool useFilterExpression
)
View Source

Parameters

request  AnnotationRequest
Grafana annotation.
useFilterExpression  Boolean
Determines if query is using a filter expression.

Return Value

AnnotationType
Parsed annotation type for query expression from request.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type AnnotationRequest. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also