GuidesTypeScript API ReferencePython v2 API Reference

PartitionsRequest | @here/olp-sdk-ts

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

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

Hierarchy

  • PartitionsRequest

Index

Constructors

Methods

  • getBillingTag(): undefined | string
  • getPartitionIds(): undefined | string[]
  • 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.

    Returns PartitionsRequest

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

Legend

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

Settings

Theme

Generated using TypeDoc