Click or drag to resize
Grid Solutions Framework

DataSourceValueGroup Class

Defines a class that represents an enumeration of DataSourceValue for a given target.
Inheritance Hierarchy
SystemObject
  GrafanaAdaptersDataSourceValueGroup

Namespace: GrafanaAdapters
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.158-beta
Syntax
public class DataSourceValueGroup
View Source

The DataSourceValueGroup type exposes the following members.

Constructors
 NameDescription
Public methodDataSourceValueGroupInitializes a new instance of the DataSourceValueGroup class
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldDropEmptySeries Defines flag that determines if empty series are produced.
Public fieldrefId Defines a refID for a specific Grafana Query.
Public fieldRootTarget Defines the root target expression, without any referenced series functions.
Public fieldSource Data source values enumerable.
Public fieldSourceTarget Defines a reference to the original target that was the source of these results.
Public fieldTarget Query target, e.g., a point-tag, representative of all Source values.
Top
Remarks
This is a group construct keyed on Target for data source value enumerations.
See Also