UNPKG

veritatisdoloremque

Version:
22 lines (13 loc) 748 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/storage-types](./storage-types.md) &gt; [UploadResult](./storage-types.uploadresult.md) ## UploadResult interface Result returned from a non-resumable upload. <b>Signature:</b> ```typescript export interface UploadResult ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [metadata](./storage-types.uploadresult.metadata.md) | [FullMetadata](./storage-types.fullmetadata.md) | Contains the metadata sent back from the server. | | [ref](./storage-types.uploadresult.ref.md) | [StorageReference](./storage-types.storagereference.md) | The reference that spawned this upload. |