QueryResponseOrder
public enum QueryResponseOrder: String
The order you want to have your Time Series tags returned in. This order follows the order used by the Time Series service, for more information visit the Time Series service documentation on Predix.io
-
Order Tag response as ascending
Declaration
Swift
case ascending = "asc"
-
Order Tag response as descending
Declaration
Swift
case descending = "desc"