FullMetadata class

The full set of object metadata, including read-only properties.

See: firebase.google.com/docs/reference/js/firebase.storage.FullMetadata

Properties

bucket String
The bucket the actual object is contained in.
no setter
cacheControl String
Served as the 'Cache-Control' header on object download.
getter/setter pairinherited
contentDisposition String
Served as the 'Content-Disposition' header on object download.
getter/setter pairinherited
contentEncoding String
Served as the 'Content-Encoding' header on object download.
getter/setter pairinherited
contentLanguage String
Served as the 'Content-Language' header on object download.
getter/setter pairinherited
contentType String
Served as the 'Content-Type' header on object download.
getter/setter pairinherited
customMetadata Map<String, String>?
Additional user-defined custom metadata.
getter/setter pairinherited
fullPath String
The full path.
no setter
generation String
The generation.
no setter
hashCode int
The hash code for this object.
no setterinherited
jsObject → FullMetadataJsImpl
JS object.
finalinherited
md5Hash String
The Base64-encoded MD5 hash for the object being uploaded.
getter/setter pairinherited
metageneration String
The metageneration.
no setter
name String
The short name. Which is the last component of the full path.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
The size in bytes.
no setter
timeCreated DateTime
Returns the time it was created as a DateTime.
no setter
updated DateTime
Returns the time it was last updated as a DateTime.
no setter

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

Static Methods

getInstance(dynamic jsObject) FullMetadata
Creates a new FullMetadata from a jsObject.