Skip to main content

IS3Response

Interface in AWS.S3

Interface for S3 responses.

Ancestors

  • IAWSResponse

Properties

AcceptRanges

property AcceptRanges: string

Indicates that a range of bytes was specified.

CacheControl

property CacheControl: string

Specifies caching behaviour.

ContentDisposition

property ContentDisposition: string

Specifies presentational information for the object.

ContentEncoding

property ContentEncoding: string

Specifies what content encodings have been applied to the object.

ContentLanguage

property ContentLanguage: string

The language the content is in.

ContentLength

property ContentLength: Int64

Size of the body in bytes.

ContentRange

property ContentRange: string

Specifies what content range the response contains.

ContentType

property ContentType: string

The MIME type for the content.

Connection

property Connection: string

Specifies whether the connection to the server is open or closed.

Valid values: open | close.

Date

property Date: string

The date and time Amazon S3 responded.

ETag

property ETag: string

The entity tag represents a specific verion of the object.

Expires

property Expires: TOptional<TDateTime>

The date and time at which the object is no longer cacheable.

Server

property Server: string

The name of the server that responded.

StatusCode

property StatusCode: Integer

The HTTP status code.

DeleteMarker

property DeleteMarker: Boolean

Specifies whether the object returned was a delete marker.

Id2

property Id2: string

A special token that is used together with the RequestId to help AWS troubleshoot problems.

LastModified

property LastModified: TOptional<TDateTime>

The creation date and time of the object.

RequestCharged

property RequestCharged: string

Indicates the requester was successfully charged for the request.

Valid values: requester.

VersionId

property VersionId: string

The version of the object.