Dataform v1beta1 API - Class Target (1.0.0-beta02)
Stay organized with collections
Save and categorize content based on your preferences.
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.V1Beta1
Assembly
Google.Cloud.Dataform.V1Beta1.dll
Constructors
public Target(Target other)
Parameter
Properties
public string Database { get; set; }
The action's database (Google Cloud project ID) .
Property Value
public string Name { get; set; }
The action's name, within database
and schema
.
Property Value
public string Schema { get; set; }
The action's schema (BigQuery dataset ID), within database
.
Property Value
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-01-20 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]