Enumerations
The following enumerations are available globally.
-
Constants related to Predix backend services
See moreDeclaration
Swift
public enum PredixConstants
-
Network Connectivity Statuses
See moreDeclaration
Swift
public enum ConnectivityStatus
-
Info keys
The keys used in the
See moreUtilities.versionInfo
andUtilities.systemInfo
return dictionariesDeclaration
Swift
public enum InfoKeys
-
Error domain enumeration for ‘Error’ objects for errors occuring within PredixSDK
See moreDeclaration
Swift
public enum PredixSDKErrorDomain: String, CustomStringConvertible
-
Query sort order enumeration
See moreDeclaration
Swift
public enum QuerySortOrder
-
Body dictionary encoding to use for service requests.
See moreDeclaration
Swift
public enum RequestBodyEncoding: String
-
Type of authentication process failure, either authentication or authorization
See moreDeclaration
Swift
public enum AuthenticationStage: String
-
Type of authentication being performed
See moreDeclaration
Swift
public enum AuthenticationValidationType: String
-
The quality of the data point
See moreDeclaration
Swift
public enum DataPointQuality: Int
-
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
See moreDeclaration
Swift
public enum QueryResponseOrder: String
-
Aggregation time units supported for sampling
Declaration
Swift
public enum AggregationSamplingUnit: String
-
Aggregation types that allow you to specify the type of aggregation request you want to perform
See moreDeclaration
Swift
public enum AggregationType: String
-
Logging verbosity levels
See moreDeclaration
Swift
public enum LoggerLevel: Int, CustomStringConvertible
-
Asset Service API’s Call completion status enumeration. Holds information about the call state of following methods:
createAssets(jsonAssets: [[String:Any]], completionHandler: @escaping (Asset?, AssetStatus)->Void)
fetchAssets(assetType: String, query: AssetQuery, completionHandler: @escaping (Asset?, AssetStatus)->Void)
Declaration
Swift
public enum AssetStatus