Table of Contents

Class SelectParameters

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

Describes the parameters for Select job types.

public class SelectParameters
Inheritance
SelectParameters
Inherited Members

Constructors

SelectParameters()

public SelectParameters()

Properties

Expression

The expression that is used to query the object.

public string Expression { get; set; }

Property Value

string

ExpressionType

The type of the provided expression (e.g., SQL).

public ExpressionType ExpressionType { get; set; }

Property Value

ExpressionType

InputSerialization

Describes the serialization format of the object.

public InputSerialization InputSerialization { get; set; }

Property Value

InputSerialization

OutputSerialization

Describes how the results of the Select job are serialized.

public OutputSerialization OutputSerialization { get; set; }

Property Value

OutputSerialization