Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

  • Queries the index layer for the partitions that match the query. Returns each partition that matches the query, including each partition's data handle, which you use with the blob API to retrieve data for each partition.

    summary

    Gets the partitions that match the query

    Parameters

    • builder: RequestBuilder
    • params: { huge?: boolean; layerID: string; query: string }
      • Optional huge?: boolean
      • layerID: string
      • query: string

    Returns Promise<DataResponse>

Generated using TypeDoc