UploadResult interface

재개할 수 없는 업로드에서 결과가 반환되었습니다.

서명:

export interface UploadResult 

속성

재산 유형 설명
메타데이터 전체메타데이터 서버에서 다시 전송된 메타데이터를 포함합니다.
심판 스토리지 참조 이 업로드를 생성한 참조입니다.

UploadResult.metadata

서버에서 다시 전송된 메타데이터를 포함합니다.

서명:

readonly metadata: FullMetadata;

UploadResult.ref

이 업로드를 생성한 참조입니다.

서명:

readonly ref: StorageReference;