Click or drag to resize
Grid Solutions Framework

TimeSeriesValues Class

Defines a Grafana time-series values.
Inheritance Hierarchy
SystemObject
  GrafanaAdapters.Model.CommonTimeSeriesValues

Namespace: GrafanaAdapters.Model.Common
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.181-beta
Syntax
public class TimeSeriesValues
View Source

The TimeSeriesValues type exposes the following members.

Constructors
 NameDescription
Public methodTimeSeriesValuesInitializes a new instance of the TimeSeriesValues 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 fielddatapoints Gets or sets a Grafana time-series value data.
Public fielddropEmptySeries Gets or sets a flag that determines if empty series are produced -- non-serialized.
Public fieldmetadata Gets or sets metadata attached to the TimeSeriesValues.
Public fieldrefID Gets or sets a Grafana time-series refId to reference a specific query.
Public fieldrootTarget Gets or sets a Grafana time-series underlying point tag.
Public fieldsyntaxError Gets or sets a an error message that indicates a syntax error in the query request.
Public fieldtarget Gets or sets a Grafana time-series value point source.
Top
Remarks
This structure is serialized and returned to Grafana via JSON.
See Also