Show / Hide Table of Contents

Class ActionErrorTable

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

Inheritance
object
ActionErrorTable
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dataform.v1beta1.Data
Assembly: Google.Apis.Dataform.v1beta1.dll
Syntax
public class ActionErrorTable : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX