StartUploadStatus

Contains information about the size of the data to upload and the multipartToken or multipart url, depends of the using Blob version.

Hierarchy

  • StartUploadStatus

Properties

dataSize

dataSize: number

The total size of the uploading data in bytes.

Optional multipartStatusUrl

multipartStatusUrl?: string

The link for getting status. undefined for Blob V2.

Optional multipartToken

multipartToken?: string

The identifier of the multipart upload (token). undefined for Blob V1.

Optional multipartUrl

multipartUrl?: string

The link for uploading parts. undefined for Blob V2.