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.
Represents an S3 Object. Contains all attributes that an S3 Object has. For more information about S3 Objects refer: http://docs.amazonwebservices.com/AmazonS3/latest/UsingObjects.html
Namespace: Amazon.S3.Model
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z
public class S3Object
The S3Object type exposes the following members
Name | Description | |
---|---|---|
S3Object() |
Name | Type | Description | |
---|---|---|---|
BucketName | System.String |
The name of the bucket containing this object. |
|
ChecksumAlgorithm | System.Collections.Generic.List<System.String> |
Gets and sets the property ChecksumAlgorithm. The algorithm that was used to create a checksum of the object. |
|
ETag | System.String |
Gets and sets the property ETag. The entity tag is a hash of the object. The ETag reflects changes only to the contents of an object, not its metadata. The ETag may or may not be an MD5 digest of the object data. Whether or not it is depends on how the object was created and how it is encrypted as described below:
|
|
Key | System.String |
The key of the object. |
|
LastModified | System.DateTime |
Gets and sets the property LastModified. Date and time when the object was last modified. |
|
Owner | Amazon.S3.Model.Owner |
The owner of the object. |
|
RestoreStatus | Amazon.S3.Model.RestoreStatus |
Gets and sets the property RestoreStatus. Specifies the restoration status of an object. Objects in certain storage classes must be restored before they can be retrieved. For more information about these storage classes and how to work with archived objects, see Working with archived objects in the Amazon S3 User Guide. |
|
Size | System.Int64 |
The size of the object. |
|
StorageClass | Amazon.S3.S3StorageClass |
The class of storage used to store the object. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5