Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Switch services using the Version drop-down list. Learn more about navigation.
Applies to: ✅ Azure Data Explorer
Delete a table's ingestion time policy. The policy adds 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 Table Admin permissions to run this command.
Syntax
.delete table TableName policy ingestiontime
Learn more about syntax conventions.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| TableName | string |
✔️ | The name of the table for which to delete the ingestion time policy. |
Example
The following command deletes the ingestion time policy for a table named MyTable.
.delete table `MyTable` policy ingestiontime