MultipartUpload class

Container for the MultipartUpload for the Amazon S3 object.

Constructors

MultipartUpload(DateTime? initiated, Initiator? initiator, String? key, Owner? owner, String? storageClass, String? uploadId)
MultipartUpload.fromXml(XmlElement? xml)

Properties

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

Methods

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

Operators

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