Query that lists the rows of a published dataset (a DDSQL query) without aggregation.

Hierarchy

  • DatasetListQuery

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

Identifies this as a published-dataset list query.

datasetId: string

ID of the published dataset to query.

datasetProvider: PublishedDatasetProvider

Product page that published the dataset queried by a DatasetListQuery. ddsql_query is the only provider currently supported for host map widgets.

filter?: string

Filter applied to the dataset's rows, using events-style search syntax.

limit?: number

Maximum number of rows to return from the dataset query.

Sort configuration for a DatasetListQuery.

Generated using TypeDoc