Show / Hide Table of Contents

Class ActionLoadConfig

Simplified load configuration for actions

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

Properties

Append

Append into destination table

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

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 ActionIncrementalLoadMode Maximum { get; set; }
Property Value
Type Description
ActionIncrementalLoadMode

Replace

Replace destination table

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

Unique

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

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX