Response returned for successful job history exports. This is stored in the response field of the google.longrunning.Operation returned by a job history export request.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["\u003cp\u003eThe response for successful job history exports is a JSON object containing details about the exported data.\u003c/p\u003e\n"],["\u003cp\u003eThis JSON object includes the job count, and the destination project, dataset, and table in BigQuery.\u003c/p\u003e\n"],["\u003cp\u003eThe job count represents the total number of jobs exported and stored in the specified BigQuery table.\u003c/p\u003e\n"],["\u003cp\u003eThe destination details (project, dataset, table) specify where the exported job history data is located in BigQuery.\u003c/p\u003e\n"]]],["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"],null,["# JobHistoryExportResponse\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nResponse returned for successful job history exports. This is stored in the response field of the google.longrunning.Operation returned by a job history export request.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------|\n| ``` { \"jobCount\": string, \"destProject\": string, \"destDataset\": string, \"destTable\": string } ``` |\n\n| Fields ||\n|---------------|--------------------------------------------------------------------------------------------------------------------------|\n| `jobCount` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Job count in the final output table. |\n| `destProject` | `string` Destination BigQuery project for the job history export. |\n| `destDataset` | `string` Destination BigQuery dataset for the job history export. |\n| `destTable` | `string` Destination BigQuery table for the job history export. |"]]