| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.IoTAnalytics.Datastore.FileFormatConfigurationProperty
Documentation
data ColumnProperty Source #
Constructors
| ColumnProperty | |
Fields | |
Instances
data ParquetConfigurationProperty Source #
Constructors
| ParquetConfigurationProperty | |
Fields | |
Instances
| ToJSON ParquetConfigurationProperty Source # | |||||
Defined in Stratosphere.IoTAnalytics.Datastore.ParquetConfigurationProperty Methods toJSON :: ParquetConfigurationProperty -> Value # toEncoding :: ParquetConfigurationProperty -> Encoding # toJSONList :: [ParquetConfigurationProperty] -> Value # toEncodingList :: [ParquetConfigurationProperty] -> Encoding # | |||||
| Show ParquetConfigurationProperty Source # | |||||
Defined in Stratosphere.IoTAnalytics.Datastore.ParquetConfigurationProperty Methods showsPrec :: Int -> ParquetConfigurationProperty -> ShowS # show :: ParquetConfigurationProperty -> String # showList :: [ParquetConfigurationProperty] -> ShowS # | |||||
| Eq ParquetConfigurationProperty Source # | |||||
| ToResourceProperties ParquetConfigurationProperty Source # | |||||
| Property "SchemaDefinition" ParquetConfigurationProperty Source # | |||||
Defined in Stratosphere.IoTAnalytics.Datastore.ParquetConfigurationProperty Associated Types
Methods set :: PropertyType "SchemaDefinition" ParquetConfigurationProperty -> ParquetConfigurationProperty -> ParquetConfigurationProperty # | |||||
| type PropertyType "SchemaDefinition" ParquetConfigurationProperty Source # | |||||
data SchemaDefinitionProperty Source #
Constructors
| SchemaDefinitionProperty | |
Fields
| |
Instances
| ToJSON SchemaDefinitionProperty Source # | |||||
Defined in Stratosphere.IoTAnalytics.Datastore.SchemaDefinitionProperty Methods toJSON :: SchemaDefinitionProperty -> Value # toEncoding :: SchemaDefinitionProperty -> Encoding # toJSONList :: [SchemaDefinitionProperty] -> Value # | |||||
| Show SchemaDefinitionProperty Source # | |||||
Defined in Stratosphere.IoTAnalytics.Datastore.SchemaDefinitionProperty Methods showsPrec :: Int -> SchemaDefinitionProperty -> ShowS # show :: SchemaDefinitionProperty -> String # showList :: [SchemaDefinitionProperty] -> ShowS # | |||||
| Eq SchemaDefinitionProperty Source # | |||||
Defined in Stratosphere.IoTAnalytics.Datastore.SchemaDefinitionProperty Methods (==) :: SchemaDefinitionProperty -> SchemaDefinitionProperty -> Bool # (/=) :: SchemaDefinitionProperty -> SchemaDefinitionProperty -> Bool # | |||||
| ToResourceProperties SchemaDefinitionProperty Source # | |||||
| Property "Columns" SchemaDefinitionProperty Source # | |||||
Defined in Stratosphere.IoTAnalytics.Datastore.SchemaDefinitionProperty Associated Types
Methods set :: PropertyType "Columns" SchemaDefinitionProperty -> SchemaDefinitionProperty -> SchemaDefinitionProperty # | |||||
| type PropertyType "Columns" SchemaDefinitionProperty Source # | |||||
mkColumnProperty :: Value Text -> Value Text -> ColumnProperty Source #
data FileFormatConfigurationProperty Source #
Constructors
| FileFormatConfigurationProperty | |
Fields | |
Instances
| ToJSON FileFormatConfigurationProperty Source # | |||||
| Show FileFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.IoTAnalytics.Datastore.FileFormatConfigurationProperty Methods showsPrec :: Int -> FileFormatConfigurationProperty -> ShowS # | |||||
| Eq FileFormatConfigurationProperty Source # | |||||
| ToResourceProperties FileFormatConfigurationProperty Source # | |||||
| Property "JsonConfiguration" FileFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.IoTAnalytics.Datastore.FileFormatConfigurationProperty Associated Types
Methods set :: PropertyType "JsonConfiguration" FileFormatConfigurationProperty -> FileFormatConfigurationProperty -> FileFormatConfigurationProperty # | |||||
| Property "ParquetConfiguration" FileFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.IoTAnalytics.Datastore.FileFormatConfigurationProperty Associated Types
Methods set :: PropertyType "ParquetConfiguration" FileFormatConfigurationProperty -> FileFormatConfigurationProperty -> FileFormatConfigurationProperty # | |||||
| type PropertyType "JsonConfiguration" FileFormatConfigurationProperty Source # | |||||
| type PropertyType "ParquetConfiguration" FileFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.IoTAnalytics.Datastore.FileFormatConfigurationProperty type PropertyType "ParquetConfiguration" FileFormatConfigurationProperty = ParquetConfigurationProperty | |||||