Click or drag to resize
Grid Solutions Framework

RandomTPublishedGroupOperations Property

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

Namespace: GrafanaAdapters.Functions.BuiltIn
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
public override 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