StartUploadStatus | @here/olp-sdk-ts
Interface StartUploadStatus
Hierarchy
- StartUploadStatus
Index
Properties
data Size
The total size of the uploading data in bytes.
Optional multipart Status Url
The link for getting status.
undefined for Blob V2.
Optional multipart Token
The identifier of the multipart upload (token).
undefined for Blob V1.
Optional multipart Url
The link for uploading parts.
undefined for Blob V2.
Generated using TypeDoc
Contains information about the size of the data to upload and the multipartToken or multipart url, depends of the using Blob version.