CopyObjectResult class
Container for all response elements.
Constructors
- CopyObjectResult(String? eTag, DateTime? lastModified)
- CopyObjectResult.fromXml(XmlElement xml)
Properties
- eTag ↔ String?
-
Returns the ETag of the new object. The ETag reflects only changes to the contents of an object, not its metadata. The source and destination ETag is identical for a successfully copied object.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastModified ↔ DateTime?
-
Returns the date that the object was last modified.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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