Class InputSerialization
Describes the serialization format of the object.
public class InputSerialization
- Inheritance
-
InputSerialization
- Inherited Members
Constructors
InputSerialization()
public InputSerialization()
Properties
CSV
Describes the serialization of a CSV-encoded object.
public CSVInput CSV { get; set; }
Property Value
CompressionType
Specifies object's compression format. Valid values: NONE, GZIP. Default Value: NONE.
public CompressionType CompressionType { get; set; }
Property Value
JSON
Specifies JSON as object's input serialization format.
public JSONInput JSON { get; set; }
Property Value
Parquet
Specifies Parquet as object's input serialization format.
public ParquetInput Parquet { get; set; }