JobHistoryExportResponse
成功匯出工作記錄時的回應。系統會將這項資訊儲存在工作記錄匯出要求傳回的 google.longrun.Operation 回應欄位中。
JSON 表示法 |
{
"jobCount": string,
"destProject": string,
"destDataset": string,
"destTable": string
} |
欄位 |
jobCount |
string (int64 format)
最終輸出資料表中的工作數量。
|
destProject |
string
匯出工作記錄的目的地 BigQuery 專案。
|
destDataset |
string
匯出工作記錄的目的地 BigQuery 資料集。
|
destTable |
string
匯出工作記錄的目的地 BigQuery 資料表。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2022-09-27 (世界標準時間)。
[null,null,["上次更新時間:2022-09-27 (世界標準時間)。"],[[["The response for successful job history exports is a JSON object containing details about the exported data."],["This JSON object includes the job count, and the destination project, dataset, and table in BigQuery."],["The job count represents the total number of jobs exported and stored in the specified BigQuery table."],["The destination details (project, dataset, table) specify where the exported job history data is located in BigQuery."]]],[]]