firebase.storage. FullMetadata
The full set of object metadata, including read-only properties.
Properties
bucket
string
The bucket this object is contained in.
cacheControl
unknown
Served as the 'Cache-Control' header on object download.
- Inherited from
- firebase.storage.SettableMetadata#cacheControl
contentDisposition
unknown
Served as the 'Content-Disposition' header on object download.
- Inherited from
- firebase.storage.SettableMetadata#contentDisposition
contentEncoding
unknown
Served as the 'Content-Encoding' header on object download.
- Inherited from
- firebase.storage.SettableMetadata#contentEncoding
contentLanguage
unknown
Served as the 'Content-Language' header on object download.
- Inherited from
- firebase.storage.SettableMetadata#contentLanguage
contentType
unknown
Served as the 'Content-Type' header on object download.
- Inherited from
- firebase.storage.SettableMetadata#contentType
customMetadata
unknown
Additional user-defined custom metadata.
- Inherited from
- firebase.storage.SettableMetadata#customMetadata
downloadURLs
non-null Array of string
An array of long-lived download URLs. Always contains at least one URL.
fullPath
string
The full path of this object.
generation
string
The object's generation.
md5Hash
unknown
A Base64-encoded MD5 hash of the object being uploaded.
- Inherited from
- firebase.storage.UploadMetadata#md5Hash
metageneration
string
The object's metageneration.
name
string
The short name of this object, which is the last component of the full path. For example, if fullPath is 'full/path/image.png', name is 'image.png'.
size
number
The size of this object, in bytes.
timeCreated
string
A date string representing when this object was created.
updated
string
A date string representing when this object was last updated.

