AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Contains all the parameters
that can be set when making a this request with the
TransferUtility method.
Namespace: Amazon.S3.Transfer
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z
public class TransferUtilityOpenStreamRequest : BaseDownloadRequest
The TransferUtilityOpenStreamRequest type exposes the following members
| Name | Description | |
|---|---|---|
|
TransferUtilityOpenStreamRequest() |
| Name | Type | Description | |
|---|---|---|---|
|
BucketName | System.String | Inherited from Amazon.S3.Transfer.BaseDownloadRequest. |
|
ChecksumMode | Amazon.S3.ChecksumMode | Inherited from Amazon.S3.Transfer.BaseDownloadRequest. |
|
ChunkBufferSize | System.Nullable<System.Int32> |
Gets or sets the chunk buffer size (in bytes) used for buffering out-of-order parts during multipart downloads. |
|
ExpectedBucketOwner | System.String | Inherited from Amazon.S3.Transfer.BaseDownloadRequest. |
|
IfMatch | System.String | Inherited from Amazon.S3.Transfer.BaseDownloadRequest. |
|
IfNoneMatch | System.String | Inherited from Amazon.S3.Transfer.BaseDownloadRequest. |
|
Key | System.String | Inherited from Amazon.S3.Transfer.BaseDownloadRequest. |
|
MaxInMemoryParts | System.Nullable<System.Int32> |
Gets or sets the maximum number of parts to buffer in memory during multipart downloads. When null, defaults to 1024. |
|
ModifiedSinceDate | System.DateTime | Inherited from Amazon.S3.Transfer.BaseDownloadRequest. |
|
MultipartDownloadType | Amazon.S3.Transfer.MultipartDownloadType | Inherited from Amazon.S3.Transfer.BaseDownloadRequest. |
|
PartSize | System.Int64 | Inherited from Amazon.S3.Transfer.BaseDownloadRequest. |
|
RequestPayer | Amazon.S3.RequestPayer | Inherited from Amazon.S3.Transfer.BaseDownloadRequest. |
|
ResponseHeaderOverrides | Amazon.S3.Model.ResponseHeaderOverrides | Inherited from Amazon.S3.Transfer.BaseDownloadRequest. |
|
ServerSideEncryptionCustomerMethod | Amazon.S3.ServerSideEncryptionCustomerMethod | Inherited from Amazon.S3.Transfer.BaseDownloadRequest. |
|
ServerSideEncryptionCustomerProvidedKey | System.String | Inherited from Amazon.S3.Transfer.BaseDownloadRequest. |
|
ServerSideEncryptionCustomerProvidedKeyMD5 | System.String | Inherited from Amazon.S3.Transfer.BaseDownloadRequest. |
|
UnmodifiedSinceDate | System.DateTime | Inherited from Amazon.S3.Transfer.BaseDownloadRequest. |
|
VersionId | System.String | Inherited from Amazon.S3.Transfer.BaseDownloadRequest. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer