IS3ObjectVersion
Interface in AWS.S3
Interface for ObjectVersion nodes.
Properties
ETag
property ETag: string
The entity tag (ETag) for the version of the object.
IsLatest
property IsLatest: TOptional<Boolean>
Specifies whether this is the latest version of an object.
Key
property Key: string
The object's key.
LastModified
property LastModified: TOptional<TDateTime>
Specifies the date and time the object was last modified.
Owner
property Owner: IS3Owner
Type: IS3Owner
The details of the account that created the object version.
Size
property Size: TOptional<Integer>
Specifies the size of the object version in bytes.
StorageClass
property StorageClass: string
Provides storage class information of the object.
Valid values are: STANDARD | REDUCED_REDUNDANCY | STANDARD_IA | ONEZONE_IA | INTELLIGENT_TIERING | GLACIER | DEEP_ARCHIVE | OUTPOSTS.
VersionId
property VersionId: string
The version ID of the object.