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.
This is the response object from the GetObjectAttributes operation.
Namespace: Amazon.S3.Model
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z
public class GetObjectAttributesResponse : AmazonWebServiceResponse
The GetObjectAttributesResponse type exposes the following members
Name | Description | |
---|---|---|
![]() |
GetObjectAttributesResponse() |
Name | Type | Description | |
---|---|---|---|
![]() |
Checksum | Amazon.S3.Model.Checksum |
Gets and sets the property Checksum. The checksum or digest of the object. |
![]() |
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
DeleteMarker | System.Nullable<System.Boolean> |
Gets and sets the property DeleteMarker.
Specifies whether the object retrieved was ( This functionality is not supported for directory buckets. |
![]() |
ETag | System.String |
Gets and sets the property ETag. An ETag is an opaque identifier assigned by a web server to a specific version of a resource found at a URL. |
![]() |
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
LastModified | System.Nullable<System.DateTime> |
Gets and sets the property LastModified. Date and time when the object was last modified. |
![]() |
ObjectParts | Amazon.S3.Model.GetObjectAttributesParts |
Gets and sets the property ObjectParts. A collection of parts associated with a multipart upload. |
![]() |
ObjectSize | System.Nullable<System.Int64> |
Gets and sets the property ObjectSize. The size of the object in bytes. |
![]() |
RequestCharged | Amazon.S3.RequestCharged |
Gets and sets the property RequestCharged. |
![]() |
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
StorageClass | Amazon.S3.S3StorageClass |
Gets and sets the property StorageClass. Provides the storage class information of the object. Amazon S3 returns this header for all objects except for S3 Standard storage class objects. For more information, see Storage Classes. Directory buckets - Directory buckets only support |
![]() |
VersionId | System.String |
Gets and sets the property VersionId. The version ID of the object. This functionality is not supported for directory buckets. |
.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