Click or drag to resize
Grid Solutions Framework

GrafanaFunctionBaseTPublishedGroupOperations Property

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

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

Property Value

GroupOperations

Implements

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