public sealed class Target : IMessage<Target>, IEquatable<Target>, IDeepCloneable<Target>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class Target.
Represents an action identifier. If the action writes output, the output will be written to the referenced database object.
Namespace
Google.Cloud.Dataform.V1Beta1Assembly
Google.Cloud.Dataform.V1Beta1.dll
Constructors
Target()
public Target()
Target(Target)
public Target(Target other)
Parameter | |
---|---|
Name | Description |
other |
Target |
Properties
Database
public string Database { get; set; }
The action's database (Google Cloud project ID) .
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
The action's name, within database
and schema
.
Property Value | |
---|---|
Type | Description |
string |
Schema
public string Schema { get; set; }
The action's schema (BigQuery dataset ID), within database
.
Property Value | |
---|---|
Type | Description |
string |