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 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2022-09-27。
[null,null,["最后更新时间 (UTC):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."]]],[]]