Table of Contents

Class GetObjectAttributesResponse

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll

This is the response object from the GetObjectAttributes operation.

public class GetObjectAttributesResponse : AmazonWebServiceResponse
Inheritance
GetObjectAttributesResponse

Constructors

GetObjectAttributesResponse()

public GetObjectAttributesResponse()

Properties

Checksum

Gets and sets the property Checksum.

The checksum or digest of the object.

public Checksum Checksum { get; set; }

Property Value

Checksum

DeleteMarker

Gets and sets the property DeleteMarker.

Specifies whether the object retrieved was (true) or was not (false) a Delete Marker. If false, this response header does not appear in the response.

public bool DeleteMarker { get; set; }

Property Value

bool

ETag

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.

public string ETag { get; set; }

Property Value

string

LastModified

Gets and sets the property LastModified.

Creation date of the object.

public DateTime LastModified { get; set; }

Property Value

DateTime

ObjectParts

Gets and sets the property ObjectParts.

A collection of parts associated with a multipart upload.

public GetObjectAttributesParts ObjectParts { get; set; }

Property Value

GetObjectAttributesParts

ObjectSize

Gets and sets the property ObjectSize.

The size of the object in bytes.

public long ObjectSize { get; set; }

Property Value

long

RequestCharged

Gets and sets the property RequestCharged.

public RequestCharged RequestCharged { get; set; }

Property Value

RequestCharged

StorageClass

Gets and sets the property StorageClass.

Provides 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.

public S3StorageClass StorageClass { get; set; }

Property Value

S3StorageClass

VersionId

Gets and sets the property VersionId.

Version of the object.

public string VersionId { get; set; }

Property Value

string