You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/bigquery_v2.jobs.html
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -464,6 +464,10 @@ <h3>Method Details</h3>
464
464
"selfLink": "A String", # [Output-only] A URL that can be used to access this resource again.
465
465
"statistics": { # [Output-only] Information about the job, including starting time and ending time of the job.
466
466
"completionRatio": 3.14, # [TrustedTester] [Output-only] Job progress (0.0 -> 1.0) for LOAD and EXTRACT jobs.
467
+
"copy": { # [Output-only] Statistics for a copy job.
468
+
"copied_logical_bytes": "A String", # [Output-only] Number of logical bytes copied to the destination table.
469
+
"copied_rows": "A String", # [Output-only] Number of rows copied to the destination table.
470
+
},
467
471
"creationTime": "A String", # [Output-only] Creation time of this job, in milliseconds since the epoch. This field will be present on all jobs.
468
472
"endTime": "A String", # [Output-only] End time of this job, in milliseconds since the epoch. This field will be present whenever a job is in the DONE state.
469
473
"extract": { # [Output-only] Statistics for an extract job.
@@ -1109,6 +1113,10 @@ <h3>Method Details</h3>
1109
1113
"selfLink": "A String", # [Output-only] A URL that can be used to access this resource again.
1110
1114
"statistics": { # [Output-only] Information about the job, including starting time and ending time of the job.
1111
1115
"completionRatio": 3.14, # [TrustedTester] [Output-only] Job progress (0.0 -> 1.0) for LOAD and EXTRACT jobs.
1116
+
"copy": { # [Output-only] Statistics for a copy job.
1117
+
"copied_logical_bytes": "A String", # [Output-only] Number of logical bytes copied to the destination table.
1118
+
"copied_rows": "A String", # [Output-only] Number of rows copied to the destination table.
1119
+
},
1112
1120
"creationTime": "A String", # [Output-only] Creation time of this job, in milliseconds since the epoch. This field will be present on all jobs.
1113
1121
"endTime": "A String", # [Output-only] End time of this job, in milliseconds since the epoch. This field will be present whenever a job is in the DONE state.
1114
1122
"extract": { # [Output-only] Statistics for an extract job.
@@ -1824,6 +1832,10 @@ <h3>Method Details</h3>
1824
1832
"selfLink": "A String", # [Output-only] A URL that can be used to access this resource again.
1825
1833
"statistics": { # [Output-only] Information about the job, including starting time and ending time of the job.
1826
1834
"completionRatio": 3.14, # [TrustedTester] [Output-only] Job progress (0.0 -> 1.0) for LOAD and EXTRACT jobs.
1835
+
"copy": { # [Output-only] Statistics for a copy job.
1836
+
"copied_logical_bytes": "A String", # [Output-only] Number of logical bytes copied to the destination table.
1837
+
"copied_rows": "A String", # [Output-only] Number of rows copied to the destination table.
1838
+
},
1827
1839
"creationTime": "A String", # [Output-only] Creation time of this job, in milliseconds since the epoch. This field will be present on all jobs.
1828
1840
"endTime": "A String", # [Output-only] End time of this job, in milliseconds since the epoch. This field will be present whenever a job is in the DONE state.
1829
1841
"extract": { # [Output-only] Statistics for an extract job.
@@ -2444,6 +2456,10 @@ <h3>Method Details</h3>
2444
2456
"selfLink": "A String", # [Output-only] A URL that can be used to access this resource again.
2445
2457
"statistics": { # [Output-only] Information about the job, including starting time and ending time of the job.
2446
2458
"completionRatio": 3.14, # [TrustedTester] [Output-only] Job progress (0.0 -> 1.0) for LOAD and EXTRACT jobs.
2459
+
"copy": { # [Output-only] Statistics for a copy job.
2460
+
"copied_logical_bytes": "A String", # [Output-only] Number of logical bytes copied to the destination table.
2461
+
"copied_rows": "A String", # [Output-only] Number of rows copied to the destination table.
2462
+
},
2447
2463
"creationTime": "A String", # [Output-only] Creation time of this job, in milliseconds since the epoch. This field will be present on all jobs.
2448
2464
"endTime": "A String", # [Output-only] End time of this job, in milliseconds since the epoch. This field will be present whenever a job is in the DONE state.
2449
2465
"extract": { # [Output-only] Statistics for an extract job.
@@ -3092,6 +3108,10 @@ <h3>Method Details</h3>
3092
3108
"state": "A String", # Running state of the job. When the state is DONE, errorResult can be checked to determine whether the job succeeded or failed.
3093
3109
"statistics": { # [Output-only] Information about the job, including starting time and ending time of the job.
3094
3110
"completionRatio": 3.14, # [TrustedTester] [Output-only] Job progress (0.0 -> 1.0) for LOAD and EXTRACT jobs.
3111
+
"copy": { # [Output-only] Statistics for a copy job.
3112
+
"copied_logical_bytes": "A String", # [Output-only] Number of logical bytes copied to the destination table.
3113
+
"copied_rows": "A String", # [Output-only] Number of rows copied to the destination table.
3114
+
},
3095
3115
"creationTime": "A String", # [Output-only] Creation time of this job, in milliseconds since the epoch. This field will be present on all jobs.
3096
3116
"endTime": "A String", # [Output-only] End time of this job, in milliseconds since the epoch. This field will be present whenever a job is in the DONE state.
3097
3117
"extract": { # [Output-only] Statistics for an extract job.
0 commit comments