UploadPartitionsRequest | @here/olp-sdk-ts
Class UploadPartitionsRequest
Hierarchy
- UploadPartitionsRequest
Index
Constructors
constructor
Returns UploadPartitionsRequest
Methods
get Billing Tag
Gets the billing tag (if it was set).
Returns undefined | string
The billing tag or
undefinedif it was not set.
get Layer Id
Gets the ID of the layer.
Returns undefined | string
The ID of the layer.
get Partitions
Gets the metadata of partitions.
Returns undefined | PublishPartitions
The metadata of partitions.
get Publication Id
Gets the ID of the publication to upload.
Returns undefined | string
The ID of the publication to upload.
with Billing Tag
Sets the billing tag.
Parameters
tag: string
The free-form tag that is used for grouping billing records together. If supplied, it must be 4–16 characters long and contain only alphanumeric ASCII characters [A–Za–z0–9].
Returns UploadPartitionsRequest
A reference to this object.
with Layer Id
Sets the ID of the layer.
Parameters
id: string
The ID of the layer.
Returns UploadPartitionsRequest
A reference to this object.
with Partitions
Sets the metadata of the partitions to upload.
Parameters
publishPartitions: PublishPartitions
The partitions metadata to upload.
Returns UploadPartitionsRequest
A reference to this object.
with Publication Id
Sets the ID of the publication to upload.
Parameters
id: string
The ID of the publication to upload.
Returns UploadPartitionsRequest
A reference to this object.
Generated using TypeDoc
Uploads multiple partitions at once.