JobHistoryExportResponse
Respons yang ditampilkan untuk ekspor histori pekerjaan yang berhasil. Ini disimpan di kolom respons pada google.longrunning.Operation yang ditampilkan oleh permintaan ekspor histori tugas.
Representasi JSON |
{
"jobCount": string,
"destProject": string,
"destDataset": string,
"destTable": string
} |
Kolom |
jobCount |
string (int64 format)
Jumlah tugas dalam tabel output akhir.
|
destProject |
string
Project BigQuery tujuan untuk ekspor histori tugas.
|
destDataset |
string
Set data BigQuery tujuan untuk ekspor histori tugas.
|
destTable |
string
Tabel BigQuery tujuan untuk ekspor histori tugas.
|
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2022-09-27 UTC.
[null,null,["Terakhir diperbarui pada 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."]]],[]]