Data
|
public class DataSourceValueGroup<T> where T : struct, new(), IDataSourceValue
The DataSourceValueGroupT type exposes the following members.
Name | Description | |
---|---|---|
DataSourceValueGroupT | Initializes a new instance of the DataSourceValueGroupT class |
Name | Description | |
---|---|---|
DropEmptySeries | Gets flag that determines if empty series are produced. | |
MetadataMap | Gets user selected metadata associated with the query. | |
RefID | Gets a query name identifier, assigned by Grafana, used to identify a specific query. | |
RootTarget | Gets or sets the root target expression, without any referenced series functions. | |
Source | Gets or sets data source values enumerable. | |
SourceTarget | Gets a reference to the original target that was the source of these results. | |
SyntaxError | Gets or sets a an error message that indicates a syntax error in the query request. | |
Target | Gets or sets target, e.g., a point-tag, representative of all Source values. |
Name | Description | |
---|---|---|
Clone | Creates a new DataSourceValueGroupT from this instance. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
FromException | Creates a new DataSourceValueGroupT for an exception. | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |