TagDataPointResult

public struct TagDataPointResult

A single result for a tag that has been fetched from the Time Series service

The TagDataPointResult provides the grouping information for the tag, the data point value, any filters that have been applied and any attributes of the tag

  • The grouping information for the data points in the tag response

    Declaration

    Swift

    public private(set) var groups: [TagResultGroup]?
  • The data point values for the data point

    Declaration

    Swift

    public private(set) var values: [TagDataPointValue]?
  • The data point values for the data point

    Declaration

    Swift

    public private(set) var filters: [String: Any]?
  • The attributes for the data point result

    Declaration

    Swift

    public private(set) var attributes: [String: Any]?