public sealed class WorkflowInvocationAction.Types.DataPreparationAction.Types.ActionLoadConfig : IMessage<WorkflowInvocationAction.Types.DataPreparationAction.Types.ActionLoadConfig>, IEquatable<WorkflowInvocationAction.Types.DataPreparationAction.Types.ActionLoadConfig>, IDeepCloneable<WorkflowInvocationAction.Types.DataPreparationAction.Types.ActionLoadConfig>, IBufferMessage, IMessageReference documentation and code samples for the Dataform v1beta1 API class WorkflowInvocationAction.Types.DataPreparationAction.Types.ActionLoadConfig.
Simplified load configuration for actions
Implements
IMessageWorkflowInvocationActionTypesDataPreparationActionTypesActionLoadConfig, IEquatableWorkflowInvocationActionTypesDataPreparationActionTypesActionLoadConfig, IDeepCloneableWorkflowInvocationActionTypesDataPreparationActionTypesActionLoadConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Beta1Assembly
Google.Cloud.Dataform.V1Beta1.dll
Constructors
ActionLoadConfig()
public ActionLoadConfig()ActionLoadConfig(ActionLoadConfig)
public ActionLoadConfig(WorkflowInvocationAction.Types.DataPreparationAction.Types.ActionLoadConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
WorkflowInvocationActionTypesDataPreparationActionTypesActionLoadConfig |
Properties
Append
public WorkflowInvocationAction.Types.DataPreparationAction.Types.ActionSimpleLoadMode Append { get; set; }Append into destination table
| Property Value | |
|---|---|
| Type | Description |
WorkflowInvocationActionTypesDataPreparationActionTypesActionSimpleLoadMode |
|
Maximum
public WorkflowInvocationAction.Types.DataPreparationAction.Types.ActionIncrementalLoadMode Maximum { get; set; }Insert records where the value exceeds the previous maximum value for a column in the destination table
| Property Value | |
|---|---|
| Type | Description |
WorkflowInvocationActionTypesDataPreparationActionTypesActionIncrementalLoadMode |
|
ModeCase
public WorkflowInvocationAction.Types.DataPreparationAction.Types.ActionLoadConfig.ModeOneofCase ModeCase { get; }| Property Value | |
|---|---|
| Type | Description |
WorkflowInvocationActionTypesDataPreparationActionTypesActionLoadConfigModeOneofCase |
|
Replace
public WorkflowInvocationAction.Types.DataPreparationAction.Types.ActionSimpleLoadMode Replace { get; set; }Replace destination table
| Property Value | |
|---|---|
| Type | Description |
WorkflowInvocationActionTypesDataPreparationActionTypesActionSimpleLoadMode |
|
Unique
public WorkflowInvocationAction.Types.DataPreparationAction.Types.ActionIncrementalLoadMode Unique { get; set; }Insert records where the value of a column is not already present in the destination table
| Property Value | |
|---|---|
| Type | Description |
WorkflowInvocationActionTypesDataPreparationActionTypesActionIncrementalLoadMode |
|