Kusto table - 如何恢复 Recoverability = enabled 集保留的软删除数据

Kusto table - How to recover soft-deleted data that is retained by the Recoverability = enabled set

我有一个具有以下保留策略的 Kusto 数据库:

{
  "SoftDeletePeriod": "30.00:00:00",
  "Recoverability": "Enabled"
}

昨天从数据库中的 table 中删除了一些数据,因为这些数据已超过 30 天。

根据 retention policy docs,如果设置了 Recoverability 属性,“If set to Enabled, the data will be recoverable for 14 days after it's been soft-deleted.

我的问题是我执行什么查询来恢复丢失的软删除数据?

我猜是这样的:

.<name-of-command> table <tableName>;?也许某处有一个选项可以指定恢复多少天?如何恢复由 Recoverability=enabled 集保留的软删除数据?

此类恢复目前需要通过 Azure 门户开具支持票证: