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.
Applies to: ✅ Azure Data Explorer
Deletes a table-level or database-level extent tags retention policy. For more information, see extent tags retention policy.
Permissions
You must have at least Database Admin permissions to run this command.
Syntax
.delete table TableName policy extent_tags_retention
.delete database DatabaseName policy extent_tags_retention
Learn more about syntax conventions.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| TableName | string |
✔️ | The name of the table for which to delete the extent tags retention policy. |
| DatabaseName | string |
✔️ | The name of the database for which to delete the extent tags retention policy. |
Example
The following command deletes the extent tags retention policy for a table named MyTable.
.delete table MyTable policy extent_tags_retention