| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.IoTSiteWise.AssetModel.MetricProperty
Documentation
data ExpressionVariableProperty Source #
Constructors
| ExpressionVariableProperty | |
Fields
| |
Instances
data VariableValueProperty Source #
Constructors
| VariableValueProperty | |
Fields
| |
Instances
| ToJSON VariableValueProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.VariableValueProperty Methods toJSON :: VariableValueProperty -> Value # toEncoding :: VariableValueProperty -> Encoding # toJSONList :: [VariableValueProperty] -> Value # toEncodingList :: [VariableValueProperty] -> Encoding # omitField :: VariableValueProperty -> Bool # | |||||
| Show VariableValueProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.VariableValueProperty Methods showsPrec :: Int -> VariableValueProperty -> ShowS # show :: VariableValueProperty -> String # showList :: [VariableValueProperty] -> ShowS # | |||||
| Eq VariableValueProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.VariableValueProperty Methods (==) :: VariableValueProperty -> VariableValueProperty -> Bool # (/=) :: VariableValueProperty -> VariableValueProperty -> Bool # | |||||
| ToResourceProperties VariableValueProperty Source # | |||||
| Property "HierarchyExternalId" VariableValueProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.VariableValueProperty Associated Types
Methods set :: PropertyType "HierarchyExternalId" VariableValueProperty -> VariableValueProperty -> VariableValueProperty # | |||||
| Property "HierarchyId" VariableValueProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.VariableValueProperty Associated Types
Methods set :: PropertyType "HierarchyId" VariableValueProperty -> VariableValueProperty -> VariableValueProperty # | |||||
| Property "HierarchyLogicalId" VariableValueProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.VariableValueProperty Associated Types
Methods set :: PropertyType "HierarchyLogicalId" VariableValueProperty -> VariableValueProperty -> VariableValueProperty # | |||||
| Property "PropertyExternalId" VariableValueProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.VariableValueProperty Associated Types
Methods set :: PropertyType "PropertyExternalId" VariableValueProperty -> VariableValueProperty -> VariableValueProperty # | |||||
| Property "PropertyId" VariableValueProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.VariableValueProperty Associated Types
Methods set :: PropertyType "PropertyId" VariableValueProperty -> VariableValueProperty -> VariableValueProperty # | |||||
| Property "PropertyLogicalId" VariableValueProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.VariableValueProperty Associated Types
Methods set :: PropertyType "PropertyLogicalId" VariableValueProperty -> VariableValueProperty -> VariableValueProperty # | |||||
| Property "PropertyPath" VariableValueProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.VariableValueProperty Associated Types
Methods set :: PropertyType "PropertyPath" VariableValueProperty -> VariableValueProperty -> VariableValueProperty # | |||||
| type PropertyType "HierarchyExternalId" VariableValueProperty Source # | |||||
| type PropertyType "HierarchyId" VariableValueProperty Source # | |||||
| type PropertyType "HierarchyLogicalId" VariableValueProperty Source # | |||||
| type PropertyType "PropertyExternalId" VariableValueProperty Source # | |||||
| type PropertyType "PropertyId" VariableValueProperty Source # | |||||
| type PropertyType "PropertyLogicalId" VariableValueProperty Source # | |||||
| type PropertyType "PropertyPath" VariableValueProperty Source # | |||||
data MetricWindowProperty Source #
Constructors
| MetricWindowProperty | |
Fields | |
Instances
| ToJSON MetricWindowProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.MetricWindowProperty Methods toJSON :: MetricWindowProperty -> Value # toEncoding :: MetricWindowProperty -> Encoding # toJSONList :: [MetricWindowProperty] -> Value # toEncodingList :: [MetricWindowProperty] -> Encoding # omitField :: MetricWindowProperty -> Bool # | |||||
| Show MetricWindowProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.MetricWindowProperty Methods showsPrec :: Int -> MetricWindowProperty -> ShowS # show :: MetricWindowProperty -> String # showList :: [MetricWindowProperty] -> ShowS # | |||||
| Eq MetricWindowProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.MetricWindowProperty Methods (==) :: MetricWindowProperty -> MetricWindowProperty -> Bool # (/=) :: MetricWindowProperty -> MetricWindowProperty -> Bool # | |||||
| ToResourceProperties MetricWindowProperty Source # | |||||
| Property "Tumbling" MetricWindowProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.MetricWindowProperty Associated Types
Methods set :: PropertyType "Tumbling" MetricWindowProperty -> MetricWindowProperty -> MetricWindowProperty # | |||||
| type PropertyType "Tumbling" MetricWindowProperty Source # | |||||
data TumblingWindowProperty Source #
Constructors
| TumblingWindowProperty | |
Instances
| ToJSON TumblingWindowProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.TumblingWindowProperty Methods toJSON :: TumblingWindowProperty -> Value # toEncoding :: TumblingWindowProperty -> Encoding # toJSONList :: [TumblingWindowProperty] -> Value # toEncodingList :: [TumblingWindowProperty] -> Encoding # omitField :: TumblingWindowProperty -> Bool # | |||||
| Show TumblingWindowProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.TumblingWindowProperty Methods showsPrec :: Int -> TumblingWindowProperty -> ShowS # show :: TumblingWindowProperty -> String # showList :: [TumblingWindowProperty] -> ShowS # | |||||
| Eq TumblingWindowProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.TumblingWindowProperty Methods (==) :: TumblingWindowProperty -> TumblingWindowProperty -> Bool # (/=) :: TumblingWindowProperty -> TumblingWindowProperty -> Bool # | |||||
| ToResourceProperties TumblingWindowProperty Source # | |||||
| Property "Interval" TumblingWindowProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.TumblingWindowProperty Associated Types
Methods set :: PropertyType "Interval" TumblingWindowProperty -> TumblingWindowProperty -> TumblingWindowProperty # | |||||
| Property "Offset" TumblingWindowProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.TumblingWindowProperty Associated Types
Methods set :: PropertyType "Offset" TumblingWindowProperty -> TumblingWindowProperty -> TumblingWindowProperty # | |||||
| type PropertyType "Interval" TumblingWindowProperty Source # | |||||
| type PropertyType "Offset" TumblingWindowProperty Source # | |||||
data PropertyPathDefinitionProperty Source #
Constructors
| PropertyPathDefinitionProperty | |
Fields
| |
Instances
| ToJSON PropertyPathDefinitionProperty Source # | |||||
| Show PropertyPathDefinitionProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.PropertyPathDefinitionProperty Methods showsPrec :: Int -> PropertyPathDefinitionProperty -> ShowS # show :: PropertyPathDefinitionProperty -> String # showList :: [PropertyPathDefinitionProperty] -> ShowS # | |||||
| Eq PropertyPathDefinitionProperty Source # | |||||
| ToResourceProperties PropertyPathDefinitionProperty Source # | |||||
| Property "Name" PropertyPathDefinitionProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.PropertyPathDefinitionProperty Associated Types
Methods set :: PropertyType "Name" PropertyPathDefinitionProperty -> PropertyPathDefinitionProperty -> PropertyPathDefinitionProperty # | |||||
| type PropertyType "Name" PropertyPathDefinitionProperty Source # | |||||
mkExpressionVariableProperty :: Value Text -> VariableValueProperty -> ExpressionVariableProperty Source #
data MetricProperty Source #
Constructors
| MetricProperty | |
Fields | |
Instances
| ToJSON MetricProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.MetricProperty Methods toJSON :: MetricProperty -> Value # toEncoding :: MetricProperty -> Encoding # toJSONList :: [MetricProperty] -> Value # toEncodingList :: [MetricProperty] -> Encoding # omitField :: MetricProperty -> Bool # | |||||
| Show MetricProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.MetricProperty Methods showsPrec :: Int -> MetricProperty -> ShowS # show :: MetricProperty -> String # showList :: [MetricProperty] -> ShowS # | |||||
| Eq MetricProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.MetricProperty Methods (==) :: MetricProperty -> MetricProperty -> Bool # (/=) :: MetricProperty -> MetricProperty -> Bool # | |||||
| ToResourceProperties MetricProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.MetricProperty Methods toResourceProperties :: MetricProperty -> ResourceProperties # | |||||
| Property "Expression" MetricProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.MetricProperty Associated Types
Methods set :: PropertyType "Expression" MetricProperty -> MetricProperty -> MetricProperty # | |||||
| Property "Variables" MetricProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.MetricProperty Associated Types
Methods set :: PropertyType "Variables" MetricProperty -> MetricProperty -> MetricProperty # | |||||
| Property "Window" MetricProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.MetricProperty Associated Types
Methods set :: PropertyType "Window" MetricProperty -> MetricProperty -> MetricProperty # | |||||
| type PropertyType "Expression" MetricProperty Source # | |||||
| type PropertyType "Variables" MetricProperty Source # | |||||
| type PropertyType "Window" MetricProperty Source # | |||||