AI-generated Key Takeaways
-
JobHistoryExportMetadata provides details about a job history export stored in the metadata field of a query execution request's google.longrunning.Operation.
-
This metadata includes identifiers like customer ID, destination project and dataset, and timestamps for the export job and the time range of jobs included.
-
The timestamps are formatted in RFC3339 UTC "Zulu" format with nanosecond resolution.
-
timeRangeStartTime
is inclusive andtimeRangeEndTime
is exclusive in the job history export.
Metadata about a job history export job. This is stored in the metadata field of the google.longrunning.Operation returned by a query execution request.
JSON representation |
---|
{ "customerId": string, "destProject": string, "destDataset": string, "exportStartTime": string, "exportEndTime": string, "timeRangeStartTime": string, "timeRangeEndTime": string } |
Fields | |
---|---|
customerId |
The Ads Data Hub customer ID that ran the query. |
destProject |
Destination BigQuery project ID. |
destDataset |
Destination BigQuery dataset ID. |
exportStartTime |
Time this job history export began. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
exportEndTime |
Time this job history export ended. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
timeRangeStartTime |
Starting time range for jobs included in this export, inclusive. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
timeRangeEndTime |
Ending time range for jobs included in this export, exclusive. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |