Resource: DataExportJob
Describes a data export job.
JSON representation |
---|
{ "projectNumber": string, "location": string, "dataset": string, "table": string, "frequency": enum ( |
Fields | |
---|---|
projectNumber |
User project number. The project should have document warehouse API enabled. The BigQuery database should also be in the same project. |
location |
Location of document warehouse API. |
dataset |
BigQuery dataset name. |
table |
BigQuery table name. |
frequency |
Frequency of the data export job. |
state |
The current state of the data export job. |
id |
The data export job id. |
createTime |
The create time of the job. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
The last update time of the job. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
Frequency
Frequency of the data export job.
Enums | |
---|---|
FREQUENCY_UNSPECIFIED |
Unspecified frequency. Will be rejected. |
ADHOC |
Adhoc data export job only runs once and syncs all contents to BigQuery. No new updates will be appended after the sync. |
DAILY |
Daily job runs daily. |
HOURLY |
Hourly job runs hourly. |
JobState
status of a data export job.
Enums | |
---|---|
JOB_STATE_UNSPECIFIED |
Unspecified state. |
ACTIVE |
The job is active. For daily and hourly jobs, DW will do the initial sync or sync new updates to BigQuery. For Adhoc jobs, DW will execute the full data sync. |
ARCHIVED |
The job has been archived. No more updates will be sent to BigQuery. |
Methods |
|
---|---|
|
Archives a data export job. |
|
Creates a data export job. |