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 PutObjectAnnotation operation.
Namespace: Amazon.S3.Model
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z
public class PutObjectAnnotationResponse : AmazonWebServiceResponse
The PutObjectAnnotationResponse type exposes the following members
| Name | Description | |
|---|---|---|
|
PutObjectAnnotationResponse() |
| Name | Type | Description | |
|---|---|---|---|
|
AnnotationName | System.String |
Gets and sets the property AnnotationName. The name of the annotation. |
|
ChecksumCRC32 | System.String |
Gets and sets the property ChecksumCRC32. The CRC32 checksum of the stored annotation. |
|
ChecksumCRC32C | System.String |
Gets and sets the property ChecksumCRC32C. The CRC32C checksum of the stored annotation. |
|
ChecksumCRC64NVME | System.String |
Gets and sets the property ChecksumCRC64NVME. The CRC64NVME checksum of the stored annotation. |
|
ChecksumMD5 | System.String |
Gets and sets the property ChecksumMD5. The MD5 checksum of the stored annotation. |
|
ChecksumSHA1 | System.String |
Gets and sets the property ChecksumSHA1. The SHA1 checksum of the stored annotation. |
|
ChecksumSHA256 | System.String |
Gets and sets the property ChecksumSHA256. The SHA256 checksum of the stored annotation. |
|
ChecksumSHA512 | System.String |
Gets and sets the property ChecksumSHA512. The SHA512 checksum of the stored annotation. |
|
ChecksumType | Amazon.S3.ChecksumType |
Gets and sets the property ChecksumType. The type of checksum used. |
|
ChecksumXXHASH128 | System.String |
Gets and sets the property ChecksumXXHASH128. The XXHASH128 checksum of the stored annotation. |
|
ChecksumXXHASH3 | System.String |
Gets and sets the property ChecksumXXHASH3. The XXHASH3 checksum of the stored annotation. |
|
ChecksumXXHASH64 | System.String |
Gets and sets the property ChecksumXXHASH64. The XXHASH64 checksum of the stored annotation. |
|
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
|
ETag | System.String |
Gets and sets the property ETag. The entity tag of the annotation. |
|
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
|
Key | System.String |
Gets and sets the property Key. The object key. |
|
ObjectVersionId | System.String |
Gets and sets the property ObjectVersionId. The version ID of the object that the annotation was attached to. |
|
RequestCharged | Amazon.S3.RequestCharged |
Gets and sets the property RequestCharged. |
|
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
|
ServerSideEncryption | Amazon.S3.ServerSideEncryptionMethod |
Gets and sets the property ServerSideEncryption. The server-side encryption algorithm used to encrypt the annotation. |
.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