.dup-next-failed-ingest 命令
適用於: ✅Microsoft網狀架構✅Azure 數據總管
.dup-next-failed-ingest
使用 命令進行數據擷取流程的臨機操作疑難解答。
.dup-next-failed-ingest
將會監看下一個擷取失敗。 如果下一個擷取失敗,成功下載的擷取來源檔案和包含擷取要求元數據的檔案將會上傳至指定的記憶體容器。 由於此命令只會監看一個後續的擷取,因此每次您想要監看下一次擷取時執行此命令。
檔案會上傳至記憶體容器,而擷取是由相同的節點執行。 此命令會在單一擷取作業上生效,而且沒有持續性狀態,因此,如果系統管理節點在命令執行與下一個擷取之間變更,您必須重新執行命令。 監看記憶體容器,以瞭解複製何時完成。
注意
- 此命令會在特定資料庫的內容中執行。
- 支援的記憶體是 Azure Blob 容器。
權限
您必須至少有 Database Admin 許可權才能執行此命令。
語法
.dup-next-failed-ingest
into
TableName to
StorageContainerPath
深入瞭解 語法慣例。
參數
姓名 | 類型 | 必要 | 描述 |
---|---|---|---|
TableName | string |
✔️ | 下一個擷取將會複製的數據表名稱。 |
StorageContainerPath | string |
✔️ | 將儲存重複之 Blob 容器的路徑。 建議您在路徑前面加上 「h@」 以隱藏敏感性資訊。 若要深入瞭解,請參閱 模糊字串常值。 |
傳回
提供的 TableName、StorageContainerPath 和 IngestionCommandFilePath。 擷取命令檔案路徑是 Blob 容器內擷取檔案要求的位置。
在下一個提取數據擷取時,擷取來源檔案和包含元數據的檔案將會上傳至 Blob 容器。
範例
.dup-next-failed-ingest into PerfCounter to h@'https://kustorenginsomelocation.blob.core.windows.net/ingestion-duplication-perf-counter;storagekey...==
.dup-next-failed-ingest into PerfCounter to h@'https://kustorenginsomelocation.blob.core.windows.net/ingestion-duplication-perf-counter?<SAS key that allows write>
TableName | StorageContainerPath | IngestionCommandFilePath |
---|---|---|
PerfCounter | https://kustorenginsomelocation.blob.core.windows.net/ingestion-duplication-perf-counter | ingestionrequest-KustoEH-PerfCounter-083736db-8cf7-4166-85fd-74ef54e491d1 |