Top-level JSON:API meta block accompanying every DDSQL tabular query response. Carries standard observability handles for client-side correlation.

Hierarchy

  • DdsqlTabularQueryResponseMeta

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
elapsed: number

Server-side time spent serving this request, in milliseconds.

requestId: string

Echo of the DD-Request-ID header assigned by Datadog's edge to this request, for support correlation.

Generated using TypeDoc