Table of Contents

Class SelectObjectContentRequest

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll
public class SelectObjectContentRequest : AmazonWebServiceRequest
Inheritance
SelectObjectContentRequest

Constructors

SelectObjectContentRequest()

public SelectObjectContentRequest()

Properties

Bucket

The S3 Bucket.

[Obsolete("Use BucketName instead")]
public string Bucket { get; set; }

Property Value

string

BucketName

The S3 Bucket name.

public string BucketName { get; set; }

Property Value

string

ExpectedBucketOwner

The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

public string ExpectedBucketOwner { get; set; }

Property Value

string

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 format of the data in the object that is being queried.

public InputSerialization InputSerialization { get; set; }

Property Value

InputSerialization

Key

The Object Key.

public string Key { get; set; }

Property Value

string

OutputSerialization

Describes the format of the data that you want Amazon S3 to return in response.

public OutputSerialization OutputSerialization { get; set; }

Property Value

OutputSerialization

RequestProgress

Specifies if periodic request progress information should be enabled.

public bool? RequestProgress { get; set; }

Property Value

bool?

ScanRange

The byte range of the object to get the records from.

public ScanRange ScanRange { get; set; }

Property Value

ScanRange

ServerSideCustomerEncryptionMethod

The SSE Algorithm used to encrypt the object.

public ServerSideEncryptionCustomerMethod ServerSideCustomerEncryptionMethod { get; set; }

Property Value

ServerSideEncryptionCustomerMethod

ServerSideEncryptionCustomerProvidedKey

The SSE Customer Key.

public string ServerSideEncryptionCustomerProvidedKey { get; set; }

Property Value

string

ServerSideEncryptionCustomerProvidedKeyMD5

The SSE Customer Key MD5.

public string ServerSideEncryptionCustomerProvidedKeyMD5 { get; set; }

Property Value

string