עדכנו את המסמכים שלנו והוספנו להם את התכונות והעדכונים האחרונים שהוצגו ב
שתי החוויות החדשות של Ads Data Hub.
מפרסמים, סוכנויות ובעלי תוכן דיגיטלי, עיינו באתר
משווקים.
ספקים ושותפים, יש לעיין באתר של
שותפי המדידה.
JobHistoryExportResponse
נשלחה תגובה לייצוא מוצלח של היסטוריית משרות. הפרטים האלה מאוחסנים בשדה התגובה של google.longrun.Operation שנשלח בעקבות בקשת ייצוא של היסטוריית משרות.
ייצוג JSON |
{
"jobCount": string,
"destProject": string,
"destDataset": string,
"destTable": string
} |
שדות |
jobCount |
string (int64 format)
מספר המשימות בטבלת הפלט הסופית.
|
destProject |
string
פרויקט BigQuery Export לייצוא של היסטוריית המשרות.
|
destDataset |
string
מערך הנתונים המשמש כיעד ב-BigQuery לייצוא של היסטוריית המשרות.
|
destTable |
string
טבלת יעדים של BigQuery לייצוא היסטוריית המשרות.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2022-09-27 (שעון UTC).
[null,null,["עדכון אחרון: 2022-09-27 (שעון UTC)."],[[["Successful job history exports return a JSON response within the `google.longrunning.Operation` object."],["This JSON response includes details about the exported job count and the destination BigQuery table location (project, dataset, and table name)."],["The `jobCount` field indicates the total number of jobs exported and stored in the destination BigQuery table, represented as a string formatted integer."]]],["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"]]