|
IGrafanaFunctionResultIsSetTargetSeries Property
|
Gets flag that determines if function result is target series for set-based group operations.
Namespace: GrafanaAdapters.FunctionsAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.207-beta
Syntax bool ResultIsSetTargetSeries { get; }
ReadOnly Property ResultIsSetTargetSeries As Boolean
Get
property bool ResultIsSetTargetSeries {
bool get ();
}
abstract ResultIsSetTargetSeries : bool with get
function get_ResultIsSetTargetSeries();
View SourceProperty Value
BooleanRemarks
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