GuidesTypeScript API ReferencePython v2 API Reference

StartUploadStatus | @here/olp-sdk-ts

StartUploadStatus | @here/olp-sdk-ts
Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • StartUploadStatus

Index

Properties

dataSize: number

The total size of the uploading data in bytes.

multipartStatusUrl?: string

The link for getting status. undefined for Blob V2.

multipartToken?: string

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

multipartUrl?: string

The link for uploading parts. undefined for Blob V2.

Legend

  • Namespace
  • Variable
  • Function
  • Type alias
  • Interface
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

Generated using TypeDoc