InputFormatConfiguration class

Specifies the deserializer you want to use to convert the format of the input data. This parameter is required if Enabled is set to true.

Constructors

InputFormatConfiguration({Deserializer? deserializer})
InputFormatConfiguration.fromJson(Map<String, dynamic> json)
factory

Properties

deserializer Deserializer?
Specifies which deserializer to use. You can choose either the Apache Hive JSON SerDe or the OpenX JSON SerDe. If both are non-null, the server rejects the request.
final
hashCode int
The hash code for this object.
no setterinherited
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