Click or drag to resize
Grid Solutions Framework

Reference<T> .PublishedGroupOperations Property

Gets set of group operations that the Grafana function exposes publicly.

Namespace: GrafanaAdapters.Functions.BuiltIn
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.241-beta
Syntax
public override GroupOperations PublishedGroupOperations { get; }
View Source

Property Value

GroupOperations

Implements

IGrafanaFunction.PublishedGroupOperations
Remarks
Normally, the published group operations should be a subset of the allowed group operations.
See Also