TagDataPoint

public struct TagDataPoint

The tag for a data point request and the values that were retreived by a data point request

  • The name of the tag the data points are associated to

    Declaration

    Swift

    public private(set) var tagName: String
  • An array of TagDataPointResult containing information about the data points associated with this tag

    Declaration

    Swift

    public private(set) var results: [TagDataPointResult]?
  • A conveyance property that represents an aggregate of all the TagDataPointValues from all of the TagDataPointResults.

    Declaration

    Swift

    public private(set) var dataPointValues: [TagDataPointValue]?