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.

Base response object for Transfer Utility operations that retrieve S3 object metadata. Contains response metadata from S3 GetObject operations.

Inheritance Hierarchy

System.Object
  Amazon.S3.Transfer.TransferUtilityGetObjectResponseBase

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

Syntax

C#
public abstract class TransferUtilityGetObjectResponseBase

The TransferUtilityGetObjectResponseBase type exposes the following members

Properties

NameTypeDescription
Public Property AcceptRanges System.String

Gets and sets the AcceptRanges property.

Public Property BucketKeyEnabled System.Nullable<System.Boolean>

Gets and sets the property BucketKeyEnabled.

Indicates whether the object uses an S3 Bucket Key for server-side encryption with Amazon Web Services KMS (SSE-KMS).

Public Property ChecksumCRC32 System.String

Gets and sets the property ChecksumCRC32.

The Base64 encoded, 32-bit CRC-32 checksum of the object.

Public Property ChecksumCRC32C System.String

Gets and sets the property ChecksumCRC32C.

The Base64 encoded, 32-bit CRC-32C checksum of the object.

Public Property ChecksumCRC64NVME System.String

Gets and sets the property ChecksumCRC64NVME.

The Base64 encoded, 64-bit CRC-64NVME checksum of the object.

Public Property ChecksumSHA1 System.String

Gets and sets the property ChecksumSHA1.

The Base64 encoded, 160-bit SHA-1 digest of the object.

Public Property ChecksumSHA256 System.String

Gets and sets the property ChecksumSHA256.

The Base64 encoded, 256-bit SHA-256 checksum of the object.

Public Property ChecksumType Amazon.S3.ChecksumType

Gets and sets the property ChecksumType.

The checksum type used to calculate the object-level checksum.

Public Property ContentRange System.String

Gets and sets the ContentRange property.

Public Property DeleteMarker System.String

Gets and sets the DeleteMarker property.

Specifies whether the object retrieved was (true) or was not (false) a Delete Marker.

Public Property ETag System.String

Gets and sets the ETag property.

An ETag is an opaque identifier assigned by a web server to a specific version of a resource found at a URL.

Public Property Expiration Amazon.S3.Model.Expiration

Gets and sets the property Expiration.

If the object expiration is configured, this will contain the expiration date and rule ID.

Public Property ExpiresString System.String

Gets and sets the ExpiresString property.

The date and time at which the object is no longer cacheable (string format).

Public Property Headers Amazon.S3.Model.HeadersCollection

The collection of headers for the response.

Public Property LastModified System.Nullable<System.DateTime>

Gets and sets the property LastModified.

Date and time when the object was last modified.

Public Property Metadata Amazon.S3.Model.MetadataCollection

Gets and sets the Metadata property.

The collection of metadata for the object.

Public Property MissingMeta System.Nullable<System.Int32>

Gets and sets the property MissingMeta.

This is set to the number of metadata entries not returned in the headers that are prefixed with x-amz-meta-.

Public Property ObjectLockLegalHoldStatus Amazon.S3.ObjectLockLegalHoldStatus

Gets and sets the property ObjectLockLegalHoldStatus.

Indicates whether this object has an active legal hold.

Public Property ObjectLockMode Amazon.S3.ObjectLockMode

Gets and sets the property ObjectLockMode.

The Object Lock mode that's currently in place for this object.

Public Property ObjectLockRetainUntilDate System.Nullable<System.DateTime>

Gets and sets the property ObjectLockRetainUntilDate.

The date and time when this object's Object Lock will expire.

Public Property PartsCount System.Nullable<System.Int32>

Gets and sets the PartsCount property.

The number of parts this object has.

Public Property ReplicationStatus Amazon.S3.ReplicationStatus

Gets and sets the property ReplicationStatus.

Amazon S3 can return this if your request involves a bucket that is either a source or destination in a replication rule.

Public Property RequestCharged Amazon.S3.RequestCharged

Gets and sets the RequestCharged property.

If present, indicates that the requester was successfully charged for the request.

Public Property RestoreExpiration System.Nullable<System.DateTime>

Gets and sets the RestoreExpiration property.

RestoreExpiration will be set for objects that have been restored from Amazon Glacier. It indicates for those objects how long the restored object will exist.

Public Property RestoreInProgress System.Nullable<System.Boolean>

Public Property ServerSideEncryptionCustomerMethod Amazon.S3.ServerSideEncryptionCustomerMethod

Gets and sets the ServerSideEncryptionCustomerMethod property.

The server-side encryption algorithm to be used with the customer provided key.

Public Property ServerSideEncryptionCustomerProvidedKeyMD5 System.String

Gets and sets the ServerSideEncryptionCustomerProvidedKeyMD5 property.

The MD5 server-side encryption of the customer-provided encryption key.

Public Property ServerSideEncryptionKeyManagementServiceKeyId System.String

Gets and sets the ServerSideEncryptionKeyManagementServiceKeyId property.

If present, indicates the ID of the KMS key that was used for object encryption.

Public Property ServerSideEncryptionMethod Amazon.S3.ServerSideEncryptionMethod

Gets and sets the ServerSideEncryptionMethod property.

The server-side encryption algorithm used when you store this object in Amazon S3.

Public Property StorageClass Amazon.S3.S3StorageClass

Gets and sets the property StorageClass.

Provides storage class information of the object.

Public Property TagCount System.Nullable<System.Int32>

Gets and sets the property TagCount.

The number of tags, if any, on the object.

Public Property VersionId System.String

Gets and sets the property VersionId.

Version ID of the object.

Public Property WebsiteRedirectLocation System.String

Gets and sets the property WebsiteRedirectLocation.

If the bucket is configured as a website, redirects requests for this object to another object in the same bucket or to an external URL.

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