firebase.storage. UploadMetadata
Object metadata that can be set at upload.
Properties
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
md5Hash
(nullable string or undefined)
A Base64-encoded MD5 hash of the object being uploaded.

