readBinaryStreamAll()
Home > @gooddata/sdk-backend-spi > IExecutionResult > readBinaryStreamAll
IExecutionResult.readBinaryStreamAll() method
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.
Reads all the execution result data as a binary stream.
Signature:
readBinaryStreamAll(config: IExecutionResultBinaryStreamConfig): Promise<ReadableStream>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
config |
Returns:
Promise<ReadableStream>