Contains information about the size of the data to upload and the multipartToken or multipart url, depends of the using Blob version.
dataSize: number
The total size of the uploading data in bytes.
multipartStatusUrl?: string
The link for getting status. undefined for Blob V2.
undefined
multipartToken?: string
The identifier of the multipart upload (token). undefined for Blob V1.
multipartUrl?: string
The link for uploading parts. undefined for Blob V2.
Contains information about the size of the data to upload and the multipartToken or multipart url, depends of the using Blob version.