Dataform v1beta1 API - Class Target (1.0.0-beta05)

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.

Inheritance

object > Target

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

Target()

public Target()

Target(Target)

public Target(Target other)
Parameter
NameDescription
otherTarget

Properties

Database

public string Database { get; set; }

The action's database (Google Cloud project ID) .

Property Value
TypeDescription
string

Name

public string Name { get; set; }

The action's name, within database and schema.

Property Value
TypeDescription
string

Schema

public string Schema { get; set; }

The action's schema (BigQuery dataset ID), within database.

Property Value
TypeDescription
string