docs-devsite/storage.uploadresult.md
Project: /docs/reference/js/_project.yaml Book: /docs/reference/_book.yaml page_type: reference
{% comment %} DO NOT EDIT THIS FILE! This is generated by the JS SDK team, and any local changes will be overwritten. Changes should be made in the source code at https://github.com/firebase/firebase-js-sdk {% endcomment %}
Result returned from a non-resumable upload.
<b>Signature:</b>
export interface UploadResult
| Property | Type | Description |
|---|---|---|
| metadata | FullMetadata | Contains the metadata sent back from the server. |
| ref | StorageReference | The reference that spawned this upload. |
Contains the metadata sent back from the server.
<b>Signature:</b>
readonly metadata: FullMetadata;
The reference that spawned this upload.
<b>Signature:</b>
readonly ref: StorageReference;