Skip to content

Commit 730ac7d

Browse files
Merge pull request #2738 from MicrosoftDocs/main638938983804229170sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents dd37d0a + 3274b68 commit 730ac7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

data-explorer/kusto/query/external-table-function.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ To accelerate queries over external delta tables, see [Query acceleration policy
3030
|--|--|--|--|
3131
| *TableName* | `string` | :heavy_check_mark: | The name of the external table being queried. Must reference an external table of kind `blob`, `adl`, or `sql`.|
3232
| *MappingName* | `string` | | A name of a mapping object that maps fields in the external data shards to columns output.|
33+
| *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|
34+
3335

3436
## Authentication and authorization
3537

0 commit comments

Comments
 (0)