Job Configuration Args
data class JobConfigurationArgs(val copy: Output<JobConfigurationTableCopyArgs>? = null, val dryRun: Output<Boolean>? = null, val extract: Output<JobConfigurationExtractArgs>? = null, val jobTimeoutMs: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val load: Output<JobConfigurationLoadArgs>? = null, val query: Output<JobConfigurationQueryArgs>? = null) : ConvertibleToJava<JobConfigurationArgs>
Constructors
Link copied to clipboard
constructor(copy: Output<JobConfigurationTableCopyArgs>? = null, dryRun: Output<Boolean>? = null, extract: Output<JobConfigurationExtractArgs>? = null, jobTimeoutMs: Output<String>? = null, labels: Output<Map<String, String>>? = null, load: Output<JobConfigurationLoadArgs>? = null, query: Output<JobConfigurationQueryArgs>? = null)
Properties
Link copied to clipboard
Pick one Copies a table.
Link copied to clipboard
Link copied to clipboard
Pick one Configures an extract job.
Link copied to clipboard
Optional Job timeout in milliseconds. If this time limit is exceeded, BigQuery may attempt to terminate the job.
Link copied to clipboard
The labels associated with this job. You can use these to organize and group your jobs. Label keys and values can be no longer than 63 characters, can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. Label values are optional. Label keys must start with a letter and each label in the list must have a different key.
Link copied to clipboard
Pick one Configures a load job.
Link copied to clipboard
Pick one Configures a query job.