Class JobArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.BigQuery
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class JobArgs : ResourceArgs
Constructors
View SourceJobArgs()
Declaration
public JobArgs()
Properties
View SourceCopy
Copies a table. Structure is documented below.
Declaration
public Input<JobCopyArgs> Copy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<JobCopyArgs> |
Extract
Configures an extract job. Structure is documented below.
Declaration
public Input<JobExtractArgs> Extract { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<JobExtractArgs> |
JobId
The ID of the job. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-). The maximum length is 1,024 characters.
Declaration
public Input<string> JobId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
JobTimeoutMs
Job timeout in milliseconds. If this time limit is exceeded, BigQuery may attempt to terminate the job.
Declaration
public Input<string> JobTimeoutMs { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Labels
The labels associated with this job. You can use these to organize and group your jobs.
Declaration
public InputMap<string> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
Load
Configures a load job. Structure is documented below.
Declaration
public Input<JobLoadArgs> Load { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<JobLoadArgs> |
Location
The geographic location of the job. The default value is US.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Project
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
Declaration
public Input<string> Project { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Query
Configures a query job. Structure is documented below.
Declaration
public Input<JobQueryArgs> Query { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<JobQueryArgs> |