Show / Hide Table of Contents

Class Target

Represents an action identifier. If the action writes output, the output will be written to the referenced database object.

Inheritance
object
Target
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dataform.v1beta1.Data
Assembly: Google.Apis.Dataform.v1beta1.dll
Syntax
public class Target : IDirectResponseSchema

Properties

Database

Optional. 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

Optional. The action's name, within database and schema.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Schema

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

Declaration
[JsonProperty("schema")]
public virtual string Schema { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX