JobHistoryExportResponse
Se muestra la respuesta para las exportaciones exitosas del historial de trabajos. Esto se almacena en el campo de respuesta de google.longrunning.Operation que muestra una solicitud de exportación del historial de trabajos.
Representación JSON |
{
"jobCount": string,
"destProject": string,
"destDataset": string,
"destTable": string
} |
Campos |
jobCount |
string (int64 format)
Recuento de trabajos en la tabla de salida final.
|
destProject |
string
Proyecto de destino de BigQuery para la exportación del historial de trabajos.
|
destDataset |
string
Conjunto de datos de destino de BigQuery para la exportación del historial de trabajos.
|
destTable |
string
Tabla de destino de BigQuery para la exportación del historial de trabajos.
|
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2022-09-27 (UTC)
[null,null,["Última actualización: 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"]]