Skip to main content

TS3Response

Class in AWS.S3

S3 response class.

Ancestors

Properties

AcceptRanges

property AcceptRanges: string

CacheControl

property CacheControl: string

ContentDisposition

property ContentDisposition: string

ContentEncoding

property ContentEncoding: string

ContentLanguage

property ContentLanguage: string

ContentLength

property ContentLength: Int64

ContentRange

property ContentRange: string

ContentType

property ContentType: string

Connection

property Connection: string

Date

property Date: string

ETag

property ETag: string

Expires

property Expires: TOptional<TDateTime>

Server

property Server: string

StatusCode

property StatusCode: Integer

DeleteMarker

property DeleteMarker: Boolean

Id2

property Id2: string

LastModified

property LastModified: TOptional<TDateTime>

RequestCharged

property RequestCharged: string

RequestId

property RequestId: string

VersionId

property VersionId: string

Constructors

Create

constructor Create(const AHTTPResponse: IHTTPResponse; AClient: IS3Client); virtual;

IS3Client

Constructor for TS3Response.

Parameters

NameDescription
AHTTPResponseA HTTP response.
AClientAn S3 client.