Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions data-explorer/kusto/query/external-table-function.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ To accelerate queries over external delta tables, see [Query acceleration policy
|--|--|--|--|
| *TableName* | `string` | :heavy_check_mark: | The name of the external table being queried. Must reference an external table of kind `blob`, `adl`, or `sql`.|
| *MappingName* | `string` | | A name of a mapping object that maps fields in the external data shards to columns output.|
| *MaxAgeOverride* | `TimeSpan` | | When [Query Acceleration Policy](../management/query-acceleration-policy.md) is enabled, override the policy's [MaxAge](../management/alter-query-acceleration-policy-command.md) property for this query. If you use this property, the external table returns accelerated data if the last index refresh time is greater than @now - MaxAgeOverride. Minimum: 1s|


## Authentication and authorization

Expand Down