Home > @firebase/storage > UploadResult
UploadResult interface
Result returned from a non-resumable upload.
Signature:
export interface UploadResult
Properties
| Property | Type | Description |
|---|---|---|
| metadata | FullMetadata | Contains the metadata sent back from the server. |
| ref | StorageReference | The reference that spawned this upload. |