Skip to content

Latest commit

 

History

History
141 lines (76 loc) · 1.68 KB

pinot-noir.ibrokerresponse.md

File metadata and controls

141 lines (76 loc) · 1.68 KB

Home > pinot-noir > IBrokerResponse

IBrokerResponse interface

Broker response.

Signature:

export interface IBrokerResponse extends IBrokerResponseStats

Extends: IBrokerResponseStats

Properties

Property

Modifiers

Type

Description

brokerId

string

Broker ID.

exceptions

IPinoException[]

List of exceptions.

partialResult

boolean

Indicates if the result is partial.

requestId

string

Request ID.

resultTable

IResultTable

Result table.

stats

IBrokerResponseStats

Broker response stats.

traceInfo?

Record<string, unknown>

(Optional) Trace information.