Click or drag to resize
Grid Solutions Framework

GroupOperations Enumeration

Flags that indicate the group operations that a Grafana function can perform.

Namespace: GrafanaAdapters.Functions
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.181-beta
Syntax
[FlagsAttribute]
public enum GroupOperations
Members
Member nameValueDescription
Undefined0 The function has not defined any group operations.
None1 The function can perform standard, non-grouped, per-trend operations.
Slice2 The function can perform slice-based group operations.
Set4 The function can perform set-based group operations.
See Also