.show table ingestion time policy
Display a table's ingestion time policy. Azure Data Explorer can add an optional policy for tables to create a hidden datetime column in the table, called $IngestionTime. Whenever new data is ingested, the time of ingestion is recorded in the hidden column.
Syntax
.show table TableName policy ingestiontime
Arguments
TableName - Specify the name of the table.
Returns
Returns a JSON representation of the policy.
Examples
To show the policy:
.show table table_name policy ingestiontime
Feedback
Submit and view feedback for