Class Target
Represents an action identifier. If the action writes output, the output will be written to the referenced database object.
Implements
Inherited Members
Namespace: Google.Apis.Dataform.v1beta1.Data
Assembly: Google.Apis.Dataform.v1beta1.dll
Syntax
public class Target : IDirectResponseSchema
Properties
Database
The action's database (Google Cloud project ID) .
Declaration
[JsonProperty("database")]
public virtual string Database { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The action's name, within database
and schema
.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Schema
The action's schema (BigQuery dataset ID), within database
.
Declaration
[JsonProperty("schema")]
public virtual string Schema { get; set; }
Property Value
Type | Description |
---|---|
string |