Click or drag to resize
Grid Solutions Framework

DataSourceValue Structure

Represents an individual time-series value as queried from a data source.
Inheritance Hierarchy
SystemObject
  SystemValueType
    GrafanaAdapters.Model.CommonDataSourceValue

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

The DataSourceValue type exposes the following members.

Methods
 NameDescription
Public methodEqualsIndicates 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 methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
Fields
 NameDescription
Public fieldFlags Flags for queried value.
Public fieldID Point-tag and target ID for the query.
Public fieldTime Timestamp, in Unix epoch milliseconds, of queried value.
Public fieldValue Queried data source value.
Top
See Also