JobHistoryExportResponse
ジョブ履歴のエクスポートが成功した場合、レスポンスが返されます。これは、ジョブ履歴のエクスポート リクエストによって返される google.longrunning.Operation のレスポンス フィールドに保存されます。
JSON 表現 |
{
"jobCount": string,
"destProject": string,
"destDataset": string,
"destTable": string
} |
フィールド |
jobCount |
string (int64 format)
最終出力テーブルのジョブ数。
|
destProject |
string
ジョブ履歴のエクスポート先の BigQuery プロジェクト。
|
destDataset |
string
ジョブ履歴のエクスポート先の BigQuery データセット。
|
destTable |
string
ジョブ履歴のエクスポート先の BigQuery テーブル。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2022-09-27 UTC。
[null,null,["最終更新日 2022-09-27 UTC。"],[[["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."]]],["The successful job history export response is represented in JSON format. Key information includes `jobCount`, which is the total number of jobs in the output table. The destination of the exported data is specified by `destProject`, `destDataset`, and `destTable`, indicating the BigQuery project, dataset, and table, respectively, where the job history data is stored.\n"]]