Show / Hide Table of Contents

Class LoadConfig

Simplified load configuration for actions

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

Properties

Append

Append into destination table

Declaration
[JsonProperty("append")]
public virtual SimpleLoadMode Append { get; set; }
Property Value
Type Description
SimpleLoadMode

ETag

The ETag of the item.

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

Maximum

Insert records where the value exceeds the previous maximum value for a column in the destination table

Declaration
[JsonProperty("maximum")]
public virtual IncrementalLoadMode Maximum { get; set; }
Property Value
Type Description
IncrementalLoadMode

Replace

Replace destination table

Declaration
[JsonProperty("replace")]
public virtual SimpleLoadMode Replace { get; set; }
Property Value
Type Description
SimpleLoadMode

Unique

Insert records where the value of a column is not already present in the destination table

Declaration
[JsonProperty("unique")]
public virtual IncrementalLoadMode Unique { get; set; }
Property Value
Type Description
IncrementalLoadMode

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX