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.

UploadResult.metadata

Contains the metadata sent back from the server.

Signature:

readonly metadata: FullMetadata;

UploadResult.ref

The reference that spawned this upload.

Signature:

readonly ref: StorageReference;