Class ErrorTable
Error table information, used to write error data into a BigQuery table.
Implements
Inherited Members
Namespace: Google.Apis.Dataform.v1beta1.Data
Assembly: Google.Apis.Dataform.v1beta1.dll
Syntax
public class ErrorTable : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RetentionDays
Error table partition expiration in days. Only positive values are allowed.
Declaration
[JsonProperty("retentionDays")]
public virtual int? RetentionDays { get; set; }
Property Value
Type | Description |
---|---|
int? |
Target
Error Table target.
Declaration
[JsonProperty("target")]
public virtual Target Target { get; set; }
Property Value
Type | Description |
---|---|
Target |