UNPKG

veritatisdoloremque

Version:
22 lines (13 loc) 682 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/storage-types](./storage-types.md) &gt; [UploadMetadata](./storage-types.uploadmetadata.md) ## UploadMetadata interface Object metadata that can be set at upload. <b>Signature:</b> ```typescript export interface UploadMetadata extends SettableMetadata ``` <b>Extends:</b> [SettableMetadata](./storage-types.settablemetadata.md) ## Properties | Property | Type | Description | | --- | --- | --- | | [md5Hash](./storage-types.uploadmetadata.md5hash.md) | string \| undefined | A Base64-encoded MD5 hash of the object being uploaded. |