LatestDataPointRequest
public struct LatestDataPointRequest
                A LatestDataPointRequest fetches the latest data points for an array of given tag names
A latest data point request will return the last 15 days of data points received by the Time Series service. Latest data points does not support running a TagQuery to aggregate or filter the results.
- 
                  
                  
Constructs a data point request for the latest data points
Declaration
Swift
public init(tagNames: [String]) 
            View on GitHub
          
      LatestDataPointRequest Structure Reference