Table of Contents

Class InputSerialization

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll

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

CSVInput

CompressionType

Specifies object's compression format. Valid values: NONE, GZIP. Default Value: NONE.

public CompressionType CompressionType { get; set; }

Property Value

CompressionType

JSON

Specifies JSON as object's input serialization format.

public JSONInput JSON { get; set; }

Property Value

JSONInput

Parquet

Specifies Parquet as object's input serialization format.

public ParquetInput Parquet { get; set; }

Property Value

ParquetInput