FileFormatConfiguration class
Contains the configuration information of file formats. AWS IoT Analytics data stores support JSON and Parquet.
The default file format is JSON. You can specify only one format.
You can't change the file format after you create the data store.
Constructors
- FileFormatConfiguration({JsonConfiguration? jsonConfiguration, ParquetConfiguration? parquetConfiguration})
-
FileFormatConfiguration.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- jsonConfiguration → JsonConfiguration?
-
Contains the configuration information of the JSON format.
final
- parquetConfiguration → ParquetConfiguration?
-
Contains the configuration information of the Parquet format.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited