public sealed class WorkflowInvocationAction.Types.DataPreparationAction.Types.ActionErrorTable : IMessage<WorkflowInvocationAction.Types.DataPreparationAction.Types.ActionErrorTable>, IEquatable<WorkflowInvocationAction.Types.DataPreparationAction.Types.ActionErrorTable>, IDeepCloneable<WorkflowInvocationAction.Types.DataPreparationAction.Types.ActionErrorTable>, IBufferMessage, IMessageReference documentation and code samples for the Dataform v1beta1 API class WorkflowInvocationAction.Types.DataPreparationAction.Types.ActionErrorTable.
Error table information, used to write error data into a BigQuery table.
Implements
IMessageWorkflowInvocationActionTypesDataPreparationActionTypesActionErrorTable, IEquatableWorkflowInvocationActionTypesDataPreparationActionTypesActionErrorTable, IDeepCloneableWorkflowInvocationActionTypesDataPreparationActionTypesActionErrorTable, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Beta1Assembly
Google.Cloud.Dataform.V1Beta1.dll
Constructors
ActionErrorTable()
public ActionErrorTable()ActionErrorTable(ActionErrorTable)
public ActionErrorTable(WorkflowInvocationAction.Types.DataPreparationAction.Types.ActionErrorTable other)| Parameter | |
|---|---|
| Name | Description |
other |
WorkflowInvocationActionTypesDataPreparationActionTypesActionErrorTable |
Properties
RetentionDays
public int RetentionDays { get; set; }Error table partition expiration in days. Only positive values are allowed.
| Property Value | |
|---|---|
| Type | Description |
int |
|
Target
public Target Target { get; set; }Error Table target.
| Property Value | |
|---|---|
| Type | Description |
Target |
|