UploadPartitionsRequest
Methods
with Billing Tag
- with
Billing Tag(tag: string): UploadPartitionsRequest
-
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 UploadPartitionsRequestA reference to this object.
-
with Layer Id
- with
Layer Id(id: string): UploadPartitionsRequest
-
Sets the ID of the layer.
ParametersReturns UploadPartitionsRequestA reference to this object.
with Partitions
- with
Partitions(publishPartitions: PublishPartitions): UploadPartitionsRequest
-
Sets the metadata of the partitions to upload.
Parameters-
publishPartitions: PublishPartitions
The partitions metadata to upload.
Returns UploadPartitionsRequestA reference to this object.
-
with Publication Id
- with
Publication Id(id: string): UploadPartitionsRequest
-
Sets the ID of the publication to upload.
ParametersReturns UploadPartitionsRequestA reference to this object.
brief
Uploads multiple partitions at once.