Class JobState
Inherited Members
Namespace: Pulumi.Gcp.BigQuery
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class JobState : ResourceArgs
Constructors
View SourceJobState()
Declaration
public JobState()
Properties
View SourceCopy
Copies a table. Structure is documented below.
Declaration
public Input<JobCopyGetArgs> Copy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<JobCopyGetArgs> |
Extract
Configures an extract job. Structure is documented below.
Declaration
public Input<JobExtractGetArgs> Extract { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<JobExtractGetArgs> |
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> |
JobType
The type of the job.
Declaration
public Input<string> JobType { 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<JobLoadGetArgs> Load { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<JobLoadGetArgs> |
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<JobQueryGetArgs> Query { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<JobQueryGetArgs> |
UserEmail
Email address of the user who ran the job.
Declaration
public Input<string> UserEmail { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |