Click or drag to resize
Grid Solutions Framework

MeasurementValue Structure

Represents a default target for a standard time-series value.
Inheritance Hierarchy
SystemObject
  SystemValueType
    GrafanaAdapters.DataSourceValueTypes.BuiltInMeasurementValue

Namespace: GrafanaAdapters.DataSourceValueTypes.BuiltIn
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.181-beta
Syntax
public struct MeasurementValue : IDataSourceValueType<MeasurementValue>, 
	IDataSourceValueType, IComparable<MeasurementValue>, IEquatable<MeasurementValue>
View Source

The MeasurementValue type exposes the following members.

Methods
 NameDescription
Public methodCompareToCompares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
Public methodEquals(MeasurementValue)Indicates whether the current object is equal to another object of the same type.
Public methodEquals(Object)Indicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodLookupMetadata Looks up metadata record for the specified target.
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Public methodTransposeCompute Executes provided function for data source fields, applying the results to a copy of the data source value type and returns the new result.
Top
Fields
 NameDescription
Public fieldFlags Flags for queried value.
Public fieldStatic memberMetadataTableName Defines the primary metadata table name for a MeasurementValue.
Public fieldTarget Query target, e.g., a point-tag.
Public fieldTime Timestamp, in Unix epoch milliseconds, of queried value.
Public fieldStatic memberTimeIndex Data point index for time.
Public fieldStatic memberTypeIndex Gets the type index for MeasurementValue.
Public fieldValue Queried measurement value.
Public fieldStatic memberValueIndex Data point index for value.
Top
Remarks
This is the standard data source value structure for common time-series values used by Grafana.
See Also