Skip to content

Commit

Permalink
Merge pull request yahoo#180 from moizarafat/extension_support
Browse files Browse the repository at this point in the history
File Extension Support for Export Attachments
  • Loading branch information
aklish authored Jan 6, 2022
2 parents e929537 + 827f2ab commit 1078ea8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/guide/v6/11.5-asyncapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Each Elide instance will also run a scheduler for maintenance and cleanup.
#### TableExport Results Download
Elide has built-in support for streaming the results of a TableExport request through the export endpoint. Upon successful completion, the TableExport model includes a separate URL attribute where results can be downloaded from.

Enabling the end-point, timeouts, path, etc. can be configured during application startup as mentioned [here]({{site.baseurl}}/pages/guide/v{{ page.version }}/11.5-asyncapi.html#additional-configuration).
Enabling the end-point, timeouts, path, download attachment extensions, etc. can be configured during application startup as mentioned [here]({{site.baseurl}}/pages/guide/v{{ page.version }}/11.5-asyncapi.html#additional-configuration).

#### Supported Query Types

Expand Down Expand Up @@ -116,6 +116,7 @@ These additional configuration settings control timeouts, cleanup, export end-po
| exportApiPathSpec | API root path specification for the export end-point. | /export |
| skipCSVHeader | Skip Header Record when exporting as CSV. | false |
| storageDestination | Location to persist export results through the default ResultStorageEngine. | /tmp |
| extensionEnabled | Attachment to have a file name extension or not. Supported extensions CSV (.csv), JSON (.json). | false |
{:.table}

These additional configuration settings are only applicable for Elide's Standalone module. When using Spring, please configure the TaskExecutor used by Spring MVC for executing and managing the asynchronous requests.
Expand Down

0 comments on commit 1078ea8

Please sign in to comment.