AWS SDK Version 4 for .NET
API Reference

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.

Response object for Transfer Utility open stream operations. Contains the stream and response metadata from open stream operations.

Inheritance Hierarchy

System.Object
  Amazon.S3.Transfer.TransferUtilityGetObjectResponseBase
    Amazon.S3.Transfer.TransferUtilityOpenStreamResponse

Namespace: Amazon.S3.Transfer
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z

Syntax

C#
public class TransferUtilityOpenStreamResponse : TransferUtilityGetObjectResponseBase
         IDisposable

The TransferUtilityOpenStreamResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AcceptRanges System.String Inherited from Amazon.S3.Transfer.TransferUtilityGetObjectResponseBase.
Public Property BucketKeyEnabled System.Nullable<System.Boolean> Inherited from Amazon.S3.Transfer.TransferUtilityGetObjectResponseBase.
Public Property ChecksumCRC32 System.String Inherited from Amazon.S3.Transfer.TransferUtilityGetObjectResponseBase.
Public Property ChecksumCRC32C System.String Inherited from Amazon.S3.Transfer.TransferUtilityGetObjectResponseBase.
Public Property ChecksumCRC64NVME System.String Inherited from Amazon.S3.Transfer.TransferUtilityGetObjectResponseBase.
Public Property ChecksumSHA1 System.String Inherited from Amazon.S3.Transfer.TransferUtilityGetObjectResponseBase.
Public Property ChecksumSHA256 System.String Inherited from Amazon.S3.Transfer.TransferUtilityGetObjectResponseBase.
Public Property ChecksumType Amazon.S3.ChecksumType Inherited from Amazon.S3.Transfer.TransferUtilityGetObjectResponseBase.
Public Property ContentRange System.String Inherited from Amazon.S3.Transfer.TransferUtilityGetObjectResponseBase.
Public Property DeleteMarker System.String Inherited from Amazon.S3.Transfer.TransferUtilityGetObjectResponseBase.
Public Property ETag System.String Inherited from Amazon.S3.Transfer.TransferUtilityGetObjectResponseBase.
Public Property Expiration Amazon.S3.Model.Expiration Inherited from Amazon.S3.Transfer.TransferUtilityGetObjectResponseBase.
Public Property ExpiresString System.String Inherited from Amazon.S3.Transfer.TransferUtilityGetObjectResponseBase.
Public Property Headers Amazon.S3.Model.HeadersCollection Inherited from Amazon.S3.Transfer.TransferUtilityGetObjectResponseBase.
Public Property LastModified System.Nullable<System.DateTime> Inherited from Amazon.S3.Transfer.TransferUtilityGetObjectResponseBase.
Public Property Metadata Amazon.S3.Model.MetadataCollection Inherited from Amazon.S3.Transfer.TransferUtilityGetObjectResponseBase.
Public Property MissingMeta System.Nullable<System.Int32> Inherited from Amazon.S3.Transfer.TransferUtilityGetObjectResponseBase.
Public Property ObjectLockLegalHoldStatus Amazon.S3.ObjectLockLegalHoldStatus Inherited from Amazon.S3.Transfer.TransferUtilityGetObjectResponseBase.
Public Property ObjectLockMode Amazon.S3.ObjectLockMode Inherited from Amazon.S3.Transfer.TransferUtilityGetObjectResponseBase.
Public Property ObjectLockRetainUntilDate System.Nullable<System.DateTime> Inherited from Amazon.S3.Transfer.TransferUtilityGetObjectResponseBase.
Public Property PartsCount System.Nullable<System.Int32> Inherited from Amazon.S3.Transfer.TransferUtilityGetObjectResponseBase.
Public Property ReplicationStatus Amazon.S3.ReplicationStatus Inherited from Amazon.S3.Transfer.TransferUtilityGetObjectResponseBase.
Public Property RequestCharged Amazon.S3.RequestCharged Inherited from Amazon.S3.Transfer.TransferUtilityGetObjectResponseBase.
Public Property ResponseStream System.IO.Stream

Gets and sets the ResponseStream property.

An open stream read from to get the data from S3. In order to use this stream without leaking the underlying resource, please wrap access to the stream within a using block.

Public Property RestoreExpiration System.Nullable<System.DateTime> Inherited from Amazon.S3.Transfer.TransferUtilityGetObjectResponseBase.
Public Property RestoreInProgress System.Nullable<System.Boolean> Inherited from Amazon.S3.Transfer.TransferUtilityGetObjectResponseBase.
Public Property ServerSideEncryptionCustomerMethod Amazon.S3.ServerSideEncryptionCustomerMethod Inherited from Amazon.S3.Transfer.TransferUtilityGetObjectResponseBase.
Public Property ServerSideEncryptionCustomerProvidedKeyMD5 System.String Inherited from Amazon.S3.Transfer.TransferUtilityGetObjectResponseBase.
Public Property ServerSideEncryptionKeyManagementServiceKeyId System.String Inherited from Amazon.S3.Transfer.TransferUtilityGetObjectResponseBase.
Public Property ServerSideEncryptionMethod Amazon.S3.ServerSideEncryptionMethod Inherited from Amazon.S3.Transfer.TransferUtilityGetObjectResponseBase.
Public Property StorageClass Amazon.S3.S3StorageClass Inherited from Amazon.S3.Transfer.TransferUtilityGetObjectResponseBase.
Public Property TagCount System.Nullable<System.Int32> Inherited from Amazon.S3.Transfer.TransferUtilityGetObjectResponseBase.
Public Property VersionId System.String Inherited from Amazon.S3.Transfer.TransferUtilityGetObjectResponseBase.
Public Property WebsiteRedirectLocation System.String Inherited from Amazon.S3.Transfer.TransferUtilityGetObjectResponseBase.

Methods

Note:

Asynchronous operations (methods ending with Async) in the table below are for .NET 4.7.2 or higher.

NameDescription
Public Method Dispose()

Disposes of all managed and unmanaged resources.

Version Information

.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