Show / Hide Table of Contents

Class DataPreparation

Defines a compiled Data Preparation entity

Inheritance
object
DataPreparation
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 DataPreparation : IDirectResponseSchema

Properties

ContentsSql

SQL definition for a Data Preparation. Contains a SQL query and additional context information.

Declaration
[JsonProperty("contentsSql")]
public virtual SqlDefinition ContentsSql { get; set; }
Property Value
Type Description
SqlDefinition

ContentsYaml

The data preparation definition, stored as a YAML string.

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

DependencyTargets

A list of actions that this action depends on.

Declaration
[JsonProperty("dependencyTargets")]
public virtual IList<Target> DependencyTargets { get; set; }
Property Value
Type Description
IList<Target>

Disabled

Whether this action is disabled (i.e. should not be run).

Declaration
[JsonProperty("disabled")]
public virtual bool? Disabled { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Tags

Arbitrary, user-defined tags on this action.

Declaration
[JsonProperty("tags")]
public virtual IList<string> Tags { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX