IExportResult
Home > @gooddata/sdk-backend-spi > IExportResult
IExportResult interface
Result of export is an object URL pointing to a Blob of downloaded data attached to the current window instance. The result also contains name of the downloaded file provided by the backend export service.
method must be used when object URL is no longer needed to release the blob memory.
Signature:
export interface IExportResult
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
fileName? | string | (Optional) Name of the exported file provided by the export service | |
objectUrl | string | Object URL pointing to the downloaded blob of exported data | |
uri | string | URI from which can the export be fetched again |