Dataform v1beta1 API - Class WorkflowInvocationAction.Types.DataPreparationAction.Types.ActionErrorTable (1.0.0-beta11)

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, IMessage

Reference 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.

Inheritance

object > WorkflowInvocationAction.Types.DataPreparationAction.Types.ActionErrorTable

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

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