IS3Part
Interface in AWS.S3
Interface for Part nodes.
Properties
ETag
property ETag: string
The entity tag returned when a part was uploaded.
LastModified
property LastModified: TOptional<TDateTime>
Specifies the date and time the part was uploaded.
PartNumber
property PartNumber: TOptional<Integer>
A number identifying the part. An integer value between 1 and 10,000.
Size
property Size: TOptional<Integer>
The size of the part in bytes.