UNPKG

voluptasmollitia

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