Container for the parameters to the HeadObject operation.
The HEAD operation retrieves metadata from an object without returning the object itself. This operation is useful if you''re only interested in an object''s metadata. To use HEAD, you must have READ access to the object.
Inheritance Hierarchy
Namespace: Amazon.S3.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3
Syntax
public class GetObjectMetadataRequest : AmazonWebServiceRequest IRequestEvents
The GetObjectMetadataRequest type exposes the following members
Constructors
Name | Description | |
---|---|---|
![]() |
GetObjectMetadataRequest() |
Properties
Name | Description | |
---|---|---|
![]() |
BucketName | The name of the bucket that contains the object. |
![]() |
EtagToMatch | ETag to be matched as a pre-condition for returning the object, otherwise a PreconditionFailed signal is returned. |
![]() |
EtagToNotMatch | ETag that should not be matched as a pre-condition for returning the object, otherwise a PreconditionFailed signal is returned. |
![]() |
Key | The key of the object. |
![]() |
ModifiedSinceDate | Returns the object only if it has been modified since the specified time, otherwise returns a PreconditionFailed. |
![]() |
UnmodifiedSinceDate | Returns the object only if it has not been modified since the specified time, otherwise returns a PreconditionFailed. |
![]() |
VersionId | VersionId used to reference a specific version of the object. |
Version Information
.NET Framework:
Supported in: 4.5, 4.0, 3.5
.NET for Windows Store apps:
Supported in: Windows 8
.NET for Windows Phone:
Supported in: Window Phone 8