TS3GetObjectStreamTarget
Class in AWS.S3
A GetObject target to redirect the response to a custom stream.
Ancestors
Properties
TargetStream
property TargetStream: TStream
Constructors
Create
constructor Create(const ATargetStream: TStream; AOwnsTargetStream: Boolean = True);
Constructor for TS3GetObjectStreamTarget.
Parameters
| Name | Description |
|---|---|
ATargetStream | Specify a target stream to receive the GetObject response content. |
AOwnsTargetStream | Specify whether ATargetStream is owned by the target and automatically freed upon destroy. |