public sealed class Target : IMessage<Target>, IEquatable<Target>, IDeepCloneable<Target>, IBufferMessage, IMessageReference documentation and code samples for the Dataform v1 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.V1Assembly
Google.Cloud.Dataform.V1.dll
Constructors
Target()
public Target()Target(Target)
public Target(Target other)| Parameter | |
|---|---|
| Name | Description |
other |
Target |
Properties
Database
public string Database { get; set; }Optional. The action's database (Google Cloud project ID) .
| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }Optional. The action's name, within database and schema.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Schema
public string Schema { get; set; }Optional. The action's schema (BigQuery dataset ID), within database.
| Property Value | |
|---|---|
| Type | Description |
string |
|