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 테이블
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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."]]],[]]