.show table policy ingestiontime command
Applies to: ✅ Microsoft Fabric ✅ Azure Data Explorer
Display a table's ingestion time policy. This policy creates a hidden datetime
column in the table, called $IngestionTime
. Whenever new data is ingested, the time of ingestion is recorded in the hidden column.
Permissions
You must have at least Database User, Database Viewer, or Database Monitor to run this command. For more information, see role-based access control.
Syntax
.show
table
TableName policy
ingestiontime
Learn more about syntax conventions.
Parameters
Name | Type | Required | Description |
---|---|---|---|
TableName | string |
✔️ | The name of the table for which to show the policy details. |
Returns
Returns a JSON representation of the policy.
Examples
To show the policy:
.show table table_name policy ingestiontime