Table of Contents

Class OutputSerialization

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

Describes how results of the Select job are serialized.

public class OutputSerialization
Inheritance
OutputSerialization
Inherited Members

Constructors

OutputSerialization()

public OutputSerialization()

Properties

CSV

Describes the serialization of CSV-encoded Select results.

public CSVOutput CSV { get; set; }

Property Value

CSVOutput

JSON

Specifies JSON as request's output serialization format.

public JSONOutput JSON { get; set; }

Property Value

JSONOutput