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, IMessageReference 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.
Implements
IMessageCompilationResultActionTypesDataPreparationTypesErrorTable, IEquatableCompilationResultActionTypesDataPreparationTypesErrorTable, IDeepCloneableCompilationResultActionTypesDataPreparationTypesErrorTable, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Beta1Assembly
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 |
|