Class DdsqlTabularQueryFetchRequestAttributes

Attributes describing which previously submitted DDSQL query to fetch.

Hierarchy

  • DdsqlTabularQueryFetchRequestAttributes

Constructors

Properties

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
queryId: string

Opaque token returned by an earlier execute or fetch response that carried state: running. Identifies the query to poll for results.

Generated using TypeDoc