PartitionsRequest

Prepares information for calls to get partitions metadata from the Metadata Service API.

Hierarchy

  • PartitionsRequest

Constructors

constructor

Methods

getAdditionalFields

getBillingTag

  • getBillingTag(): undefined | string

getFetchOption

getPartitionIds

  • getPartitionIds(): undefined | string[]

withAdditionalFields

withBillingTag

withFetchOption

withPartitionIds

  • Sets the provided partition IDs.

    Parameters

    • ids: string[]

      The IDs of partitions from which you want to get metadata.

      The required quantity is between 1 and 100. If partition IDs are not provided, all partitions are retrieved. If the quantity of partition IDs is less than 1 (empty array) or more than 100, an error is thrown.

    The updated PartitionsRequest instance that you can use to chain methods.