Object class

An object consists of data and its descriptive metadata.

Constructors

Object(String? eTag, String? key, DateTime? lastModified, Owner? owner, int? size, String? storageClass)
Object.fromXml(XmlElement xml)

Properties

eTag String?
The entity tag is an MD5 hash of the object. ETag reflects only changes to the contents of an object, not its metadata.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
key String?
The name that you assign to an object. You use the object key to retrieve the object.
getter/setter pair
lastModified DateTime?
The date the Object was Last Modified
getter/setter pair
owner Owner?
The owner of the object
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int?
Size in bytes of the object
getter/setter pair
storageClass String?
The class of storage used to store the object.
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.
override
toXml() → XmlNode

Operators

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