MultipartUpload class

Container for the MultipartUpload for the Amazon S3 object.

Constructors

MultipartUpload({DateTime? initiated, Initiator? initiator, String? key, Owner? owner, StorageClass? storageClass, String? uploadId})
MultipartUpload.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
initiated DateTime?
Date and time at which the multipart upload was initiated.
final
initiator Initiator?
Identifies who initiated the multipart upload.
final
key String?
Key of the object for which the multipart upload was initiated.
final
owner Owner?
Specifies the owner of the object that is part of the multipart upload.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageClass StorageClass?
The class of storage used to store the object.
final
uploadId String?
Upload ID that identifies the multipart upload.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited