ExecutionResultBinaryStreamFormat
Home > @gooddata/sdk-backend-spi > ExecutionResultBinaryStreamFormat
ExecutionResultBinaryStreamFormat type
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Format in which the result data are streamed.
- "arrow-stream" for Apache Arrow IPC Stream format (application/vnd.apache.arrow.stream MIME type)
Signature:
export type ExecutionResultBinaryStreamFormat = "arrow-stream";