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