Click or drag to resize
Grid Solutions Framework

MinimumTResultIsSetTargetSeries Property

Gets flag that determines if function result is target series for set-based group operations.

Namespace: GrafanaAdapters.Functions.BuiltIn
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
public override bool ResultIsSetTargetSeries { get; }
View Source

Property Value

Boolean

Implements

IGrafanaFunctionResultIsSetTargetSeries
Remarks
For set-based group operations, there can also be data in which target series is selected, e.g., with MinimumT or MaximumT functions.
See Also