Class GetObjectAttributesResponse
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
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
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
LastModified
Gets and sets the property LastModified.
Creation date of the object.
public DateTime LastModified { get; set; }
Property Value
ObjectParts
Gets and sets the property ObjectParts.
A collection of parts associated with a multipart upload.
public GetObjectAttributesParts ObjectParts { get; set; }
Property Value
ObjectSize
Gets and sets the property ObjectSize.
The size of the object in bytes.
public long ObjectSize { get; set; }
Property Value
RequestCharged
Gets and sets the property RequestCharged.
public RequestCharged RequestCharged { get; set; }
Property Value
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
VersionId
Gets and sets the property VersionId.
Version of the object.
public string VersionId { get; set; }