Click or drag to resize
Grid Solutions Framework

DataSourceValueGroupT Class

Defines a class that represents an enumeration of T for a given target.
Inheritance Hierarchy
SystemObject
  GrafanaAdapters.Model.CommonDataSourceValueGroupT

Namespace: GrafanaAdapters.Model.Common
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.181-beta
Syntax
public class DataSourceValueGroup<T>
where T : struct, new(), IDataSourceValueType
View Source

Type Parameters

T

The DataSourceValueGroupT type exposes the following members.

Constructors
 NameDescription
Public methodDataSourceValueGroupTInitializes a new instance of the DataSourceValueGroupT class
Top
Properties
 NameDescription
Public propertyDropEmptySeries Gets flag that determines if empty series are produced.
Public propertyMetadataMap Gets user selected metadata associated with the query.
Public propertyRefID Gets a query name identifier, assigned by Grafana, used to identify a specific query.
Public propertyRootTarget Gets or sets the root target expression, without any referenced series functions.
Public propertySource Gets or sets data source values enumerable.
Public propertySourceTarget Gets a reference to the original target that was the source of these results.
Public propertySyntaxError Gets or sets an error message that indicates a syntax error in the query request.
Public propertyTarget Gets or sets target, e.g., a point-tag, representative of all Source values.
Top
Methods
 NameDescription
Public methodClone Creates a new DataSourceValueGroupT from this instance.
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 methodStatic memberFromException Creates a new DataSourceValueGroupT for an exception.
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
Remarks
This is a group construct keyed on Target for data source value enumerations.
See Also