| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.IoTAnalytics.Dataset.ActionProperty
Documentation
data ContainerActionProperty Source #
Constructors
| ContainerActionProperty | |
Fields | |
Instances
data ResourceConfigurationProperty Source #
Constructors
| ResourceConfigurationProperty | |
Fields
| |
Instances
| ToJSON ResourceConfigurationProperty Source # | |||||
| Show ResourceConfigurationProperty Source # | |||||
Defined in Stratosphere.IoTAnalytics.Dataset.ResourceConfigurationProperty Methods showsPrec :: Int -> ResourceConfigurationProperty -> ShowS # show :: ResourceConfigurationProperty -> String # showList :: [ResourceConfigurationProperty] -> ShowS # | |||||
| Eq ResourceConfigurationProperty Source # | |||||
| ToResourceProperties ResourceConfigurationProperty Source # | |||||
| Property "ComputeType" ResourceConfigurationProperty Source # | |||||
Defined in Stratosphere.IoTAnalytics.Dataset.ResourceConfigurationProperty Associated Types
Methods set :: PropertyType "ComputeType" ResourceConfigurationProperty -> ResourceConfigurationProperty -> ResourceConfigurationProperty # | |||||
| Property "VolumeSizeInGB" ResourceConfigurationProperty Source # | |||||
Defined in Stratosphere.IoTAnalytics.Dataset.ResourceConfigurationProperty Associated Types
Methods set :: PropertyType "VolumeSizeInGB" ResourceConfigurationProperty -> ResourceConfigurationProperty -> ResourceConfigurationProperty # | |||||
| type PropertyType "ComputeType" ResourceConfigurationProperty Source # | |||||
| type PropertyType "VolumeSizeInGB" ResourceConfigurationProperty Source # | |||||
data VariableProperty Source #
Constructors
| VariableProperty | |
Instances
| ToJSON VariableProperty Source # | |||||
Defined in Stratosphere.IoTAnalytics.Dataset.VariableProperty Methods toJSON :: VariableProperty -> Value # toEncoding :: VariableProperty -> Encoding # toJSONList :: [VariableProperty] -> Value # toEncodingList :: [VariableProperty] -> Encoding # omitField :: VariableProperty -> Bool # | |||||
| Show VariableProperty Source # | |||||
Defined in Stratosphere.IoTAnalytics.Dataset.VariableProperty Methods showsPrec :: Int -> VariableProperty -> ShowS # show :: VariableProperty -> String # showList :: [VariableProperty] -> ShowS # | |||||
| Eq VariableProperty Source # | |||||
Defined in Stratosphere.IoTAnalytics.Dataset.VariableProperty Methods (==) :: VariableProperty -> VariableProperty -> Bool # (/=) :: VariableProperty -> VariableProperty -> Bool # | |||||
| ToResourceProperties VariableProperty Source # | |||||
Defined in Stratosphere.IoTAnalytics.Dataset.VariableProperty Methods toResourceProperties :: VariableProperty -> ResourceProperties # | |||||
| Property "DatasetContentVersionValue" VariableProperty Source # | |||||
Defined in Stratosphere.IoTAnalytics.Dataset.VariableProperty Associated Types
Methods set :: PropertyType "DatasetContentVersionValue" VariableProperty -> VariableProperty -> VariableProperty # | |||||
| Property "DoubleValue" VariableProperty Source # | |||||
Defined in Stratosphere.IoTAnalytics.Dataset.VariableProperty Associated Types
Methods set :: PropertyType "DoubleValue" VariableProperty -> VariableProperty -> VariableProperty # | |||||
| Property "OutputFileUriValue" VariableProperty Source # | |||||
Defined in Stratosphere.IoTAnalytics.Dataset.VariableProperty Associated Types
Methods set :: PropertyType "OutputFileUriValue" VariableProperty -> VariableProperty -> VariableProperty # | |||||
| Property "StringValue" VariableProperty Source # | |||||
Defined in Stratosphere.IoTAnalytics.Dataset.VariableProperty Associated Types
Methods set :: PropertyType "StringValue" VariableProperty -> VariableProperty -> VariableProperty # | |||||
| Property "VariableName" VariableProperty Source # | |||||
Defined in Stratosphere.IoTAnalytics.Dataset.VariableProperty Associated Types
Methods set :: PropertyType "VariableName" VariableProperty -> VariableProperty -> VariableProperty # | |||||
| type PropertyType "DatasetContentVersionValue" VariableProperty Source # | |||||
Defined in Stratosphere.IoTAnalytics.Dataset.VariableProperty type PropertyType "DatasetContentVersionValue" VariableProperty = DatasetContentVersionValueProperty | |||||
| type PropertyType "DoubleValue" VariableProperty Source # | |||||
| type PropertyType "OutputFileUriValue" VariableProperty Source # | |||||
| type PropertyType "StringValue" VariableProperty Source # | |||||
| type PropertyType "VariableName" VariableProperty Source # | |||||
data DatasetContentVersionValueProperty Source #
Constructors
| DatasetContentVersionValueProperty | |
Instances
| ToJSON DatasetContentVersionValueProperty Source # | |||||
Defined in Stratosphere.IoTAnalytics.Dataset.DatasetContentVersionValueProperty | |||||
| Show DatasetContentVersionValueProperty Source # | |||||
| Eq DatasetContentVersionValueProperty Source # | |||||
| ToResourceProperties DatasetContentVersionValueProperty Source # | |||||
| Property "DatasetName" DatasetContentVersionValueProperty Source # | |||||
Defined in Stratosphere.IoTAnalytics.Dataset.DatasetContentVersionValueProperty Associated Types
Methods set :: PropertyType "DatasetName" DatasetContentVersionValueProperty -> DatasetContentVersionValueProperty -> DatasetContentVersionValueProperty # | |||||
| type PropertyType "DatasetName" DatasetContentVersionValueProperty Source # | |||||
data OutputFileUriValueProperty Source #
Constructors
| OutputFileUriValueProperty | |
Instances
| ToJSON OutputFileUriValueProperty Source # | |||||
Defined in Stratosphere.IoTAnalytics.Dataset.OutputFileUriValueProperty Methods toJSON :: OutputFileUriValueProperty -> Value # toEncoding :: OutputFileUriValueProperty -> Encoding # toJSONList :: [OutputFileUriValueProperty] -> Value # toEncodingList :: [OutputFileUriValueProperty] -> Encoding # | |||||
| Show OutputFileUriValueProperty Source # | |||||
Defined in Stratosphere.IoTAnalytics.Dataset.OutputFileUriValueProperty Methods showsPrec :: Int -> OutputFileUriValueProperty -> ShowS # show :: OutputFileUriValueProperty -> String # showList :: [OutputFileUriValueProperty] -> ShowS # | |||||
| Eq OutputFileUriValueProperty Source # | |||||
| ToResourceProperties OutputFileUriValueProperty Source # | |||||
| Property "FileName" OutputFileUriValueProperty Source # | |||||
Defined in Stratosphere.IoTAnalytics.Dataset.OutputFileUriValueProperty Associated Types
Methods set :: PropertyType "FileName" OutputFileUriValueProperty -> OutputFileUriValueProperty -> OutputFileUriValueProperty # | |||||
| type PropertyType "FileName" OutputFileUriValueProperty Source # | |||||
mkContainerActionProperty :: Value Text -> Value Text -> ResourceConfigurationProperty -> ContainerActionProperty Source #
mkResourceConfigurationProperty :: Value Text -> Value Integer -> ResourceConfigurationProperty Source #
data ActionProperty Source #
Constructors
| ActionProperty | |
Fields | |
Instances
| ToJSON ActionProperty Source # | |||||
Defined in Stratosphere.IoTAnalytics.Dataset.ActionProperty Methods toJSON :: ActionProperty -> Value # toEncoding :: ActionProperty -> Encoding # toJSONList :: [ActionProperty] -> Value # toEncodingList :: [ActionProperty] -> Encoding # omitField :: ActionProperty -> Bool # | |||||
| Show ActionProperty Source # | |||||
Defined in Stratosphere.IoTAnalytics.Dataset.ActionProperty Methods showsPrec :: Int -> ActionProperty -> ShowS # show :: ActionProperty -> String # showList :: [ActionProperty] -> ShowS # | |||||
| Eq ActionProperty Source # | |||||
Defined in Stratosphere.IoTAnalytics.Dataset.ActionProperty Methods (==) :: ActionProperty -> ActionProperty -> Bool # (/=) :: ActionProperty -> ActionProperty -> Bool # | |||||
| ToResourceProperties ActionProperty Source # | |||||
Defined in Stratosphere.IoTAnalytics.Dataset.ActionProperty Methods toResourceProperties :: ActionProperty -> ResourceProperties # | |||||
| Property "ActionName" ActionProperty Source # | |||||
Defined in Stratosphere.IoTAnalytics.Dataset.ActionProperty Associated Types
Methods set :: PropertyType "ActionName" ActionProperty -> ActionProperty -> ActionProperty # | |||||
| Property "ContainerAction" ActionProperty Source # | |||||
Defined in Stratosphere.IoTAnalytics.Dataset.ActionProperty Associated Types
Methods set :: PropertyType "ContainerAction" ActionProperty -> ActionProperty -> ActionProperty # | |||||
| Property "QueryAction" ActionProperty Source # | |||||
Defined in Stratosphere.IoTAnalytics.Dataset.ActionProperty Associated Types
Methods set :: PropertyType "QueryAction" ActionProperty -> ActionProperty -> ActionProperty # | |||||
| type PropertyType "ActionName" ActionProperty Source # | |||||
| type PropertyType "ContainerAction" ActionProperty Source # | |||||
| type PropertyType "QueryAction" ActionProperty Source # | |||||