export()
Home > @gooddata/sdk-backend-spi > IExecutionResult > export
IExecutionResult.export() method
Asynchronously exports all data in this result.
Signature:
export(options: IExportConfig): Promise<IExportResult>;
Parameters
Parameter | Type | Description |
---|---|---|
options | IExportConfig | customize how the result looks like (format etc) |
Returns:
Promise<IExportResult>
Promise of export result = uri of file with exported data