UploadResult interface
Stay organized with collections
Save and categorize content based on your preferences.
Result returned from a non-resumable upload.
Signature:
export interface UploadResult
Properties
Contains the metadata sent back from the server.
Signature:
readonly metadata: FullMetadata;
UploadResult.ref
The reference that spawned this upload.
Signature:
readonly ref: StorageReference;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-22 UTC.
[null,null,["Last updated 2022-07-22 UTC."],[],[],null,["# UploadResult interface\n\nResult returned from a non-resumable upload.\n\n**Signature:** \n\n export interface UploadResult \n\nProperties\n----------\n\n| Property | Type | Description |\n|------------------------------------------------------------|------------------------------------------------------------------------------|--------------------------------------------------|\n| [metadata](./storage.uploadresult.md#uploadresultmetadata) | [FullMetadata](./storage.fullmetadata.md#fullmetadata_interface) | Contains the metadata sent back from the server. |\n| [ref](./storage.uploadresult.md#uploadresultref) | [StorageReference](./storage.storagereference.md#storagereference_interface) | The reference that spawned this upload. |\n\nUploadResult.metadata\n---------------------\n\nContains the metadata sent back from the server.\n\n**Signature:** \n\n readonly metadata: FullMetadata;\n\nUploadResult.ref\n----------------\n\nThe reference that spawned this upload.\n\n**Signature:** \n\n readonly ref: StorageReference;"]]