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.
Namespace: Amazon.S3.Transfer
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z
public abstract class TransferUtilityGetObjectResponseBase
The TransferUtilityGetObjectResponseBase type exposes the following members
| Name | Type | Description | |
|---|---|---|---|
|
AcceptRanges | System.String |
Gets and sets the AcceptRanges 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). |
|
ChecksumCRC32 | System.String |
Gets and sets the property ChecksumCRC32. The Base64 encoded, 32-bit CRC-32 checksum of the object. |
|
ChecksumCRC32C | System.String |
Gets and sets the property ChecksumCRC32C. The Base64 encoded, 32-bit CRC-32C checksum of the object. |
|
ChecksumCRC64NVME | System.String |
Gets and sets the property ChecksumCRC64NVME. The Base64 encoded, 64-bit CRC-64NVME checksum of the object. |
|
ChecksumSHA1 | System.String |
Gets and sets the property ChecksumSHA1. The Base64 encoded, 160-bit SHA-1 digest of the object. |
|
ChecksumSHA256 | System.String |
Gets and sets the property ChecksumSHA256. The Base64 encoded, 256-bit SHA-256 checksum of the object. |
|
ChecksumType | Amazon.S3.ChecksumType |
Gets and sets the property ChecksumType. The checksum type used to calculate the object-level checksum. |
|
ContentRange | System.String |
Gets and sets the ContentRange property. |
|
DeleteMarker | System.String |
Gets and sets the DeleteMarker property. Specifies whether the object retrieved was (true) or was not (false) a Delete Marker. |
|
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. |
|
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. |
|
ExpiresString | System.String |
Gets and sets the ExpiresString property. The date and time at which the object is no longer cacheable (string format). |
|
Headers | Amazon.S3.Model.HeadersCollection |
The collection of headers for the response. |
|
LastModified | System.Nullable<System.DateTime> |
Gets and sets the property LastModified. Date and time when the object was last modified. |
|
Metadata | Amazon.S3.Model.MetadataCollection |
Gets and sets the Metadata property. The collection of metadata for the object. |
|
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-. |
|
ObjectLockLegalHoldStatus | Amazon.S3.ObjectLockLegalHoldStatus |
Gets and sets the property ObjectLockLegalHoldStatus. Indicates whether this object has an active legal hold. |
|
ObjectLockMode | Amazon.S3.ObjectLockMode |
Gets and sets the property ObjectLockMode. The Object Lock mode that's currently in place for this object. |
|
ObjectLockRetainUntilDate | System.Nullable<System.DateTime> |
Gets and sets the property ObjectLockRetainUntilDate. The date and time when this object's Object Lock will expire. |
|
PartsCount | System.Nullable<System.Int32> |
Gets and sets the PartsCount property. The number of parts this object has. |
|
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. |
|
RequestCharged | Amazon.S3.RequestCharged |
Gets and sets the RequestCharged property. If present, indicates that the requester was successfully charged for the request. |
|
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. |
|
RestoreInProgress | System.Nullable<System.Boolean> | |
|
ServerSideEncryptionCustomerMethod | Amazon.S3.ServerSideEncryptionCustomerMethod |
Gets and sets the ServerSideEncryptionCustomerMethod property. The server-side encryption algorithm to be used with the customer provided key. |
|
ServerSideEncryptionCustomerProvidedKeyMD5 | System.String |
Gets and sets the ServerSideEncryptionCustomerProvidedKeyMD5 property. The MD5 server-side encryption of the customer-provided encryption key. |
|
ServerSideEncryptionKeyManagementServiceKeyId | System.String |
Gets and sets the ServerSideEncryptionKeyManagementServiceKeyId property. If present, indicates the ID of the KMS key that was used for object encryption. |
|
ServerSideEncryptionMethod | Amazon.S3.ServerSideEncryptionMethod |
Gets and sets the ServerSideEncryptionMethod property. The server-side encryption algorithm used when you store this object in Amazon S3. |
|
StorageClass | Amazon.S3.S3StorageClass |
Gets and sets the property StorageClass. Provides storage class information of the object. |
|
TagCount | System.Nullable<System.Int32> |
Gets and sets the property TagCount. The number of tags, if any, on the object. |
|
VersionId | System.String |
Gets and sets the property VersionId. Version ID of the object. |
|
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. |
.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