Dataform v1beta1 API - Class CompilationResultAction.Types.DataPreparation.Types.ErrorTable (1.0.0-beta11)

public sealed class CompilationResultAction.Types.DataPreparation.Types.ErrorTable : IMessage<CompilationResultAction.Types.DataPreparation.Types.ErrorTable>, IEquatable<CompilationResultAction.Types.DataPreparation.Types.ErrorTable>, IDeepCloneable<CompilationResultAction.Types.DataPreparation.Types.ErrorTable>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataform v1beta1 API class CompilationResultAction.Types.DataPreparation.Types.ErrorTable.

Error table information, used to write error data into a BigQuery table.

Inheritance

object > CompilationResultAction.Types.DataPreparation.Types.ErrorTable

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

ErrorTable()

public ErrorTable()

ErrorTable(ErrorTable)

public ErrorTable(CompilationResultAction.Types.DataPreparation.Types.ErrorTable other)
Parameter
Name Description
other CompilationResultActionTypesDataPreparationTypesErrorTable

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