GuidesTypeScript API ReferencePython v2 API Reference

UploadOptions | @here/olp-sdk-ts

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

The options for uploading.

Hierarchy

  • UploadOptions

Index

Properties

billingTag?: string

An optional free-form tag used for grouping billing records together.

blobVersion: BlobVersion

The version of the blob storage.

Supports Blob API v1 and v2.

catalogHrn: string

The HRN string of the catalog to upload.

chunkSizeMB?: number

The size of each chunk.

The minimum size is 5 MB, maximum – 5 GB. The default value is 5 MB. When an out-of-range value is provided, it is trimmed to the default value of 5 MB.

contentEncoding?: string

The content encoding of the object being uploaded.

Must be equal to the layer content encoding.

contentType: string

The content type of the object being uploaded.

Must be equal to the layer content type.

handle: string

The data key to use for uploading.

If you use Blob API v1, the key is the data handle.

layerId: string

The ID of the layer to upload.

parallelRequests?: number

Specifies how many parallel requests should be used for uploading chunks.

Default value: 6.

Methods

Legend

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

Settings

Theme

Generated using TypeDoc