Class JobExtractSourceTableGetArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class JobExtractSourceTableGetArgs : ResourceArgs
Constructors
View SourceJobExtractSourceTableGetArgs()
Declaration
public JobExtractSourceTableGetArgs()
Properties
View SourceDatasetId
The ID of the dataset containing this model.
Declaration
public Input<string> DatasetId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ProjectId
The ID of the project containing this model.
Declaration
public Input<string> ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TableId
The table. Can be specified {{table_id}} if project_id and dataset_id are also set,
or of the form projects/{{project}}/datasets/{{dataset_id}}/tables/{{table_id}} if not.
Declaration
public Input<string> TableId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |