Class ColumnDescriptor
Describes a column.
Implements
Inherited Members
Namespace: Google.Apis.Dataform.v1beta1.Data
Assembly: Google.Apis.Dataform.v1beta1.dll
Syntax
public class ColumnDescriptor : IDirectResponseSchema
Properties
BigqueryPolicyTags
A list of BigQuery policy tags that will be applied to the column.
Declaration
[JsonProperty("bigqueryPolicyTags")]
public virtual IList<string> BigqueryPolicyTags { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Description
A textual description of the column.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Path
The identifier for the column. Each entry in path
represents one level of nesting.
Declaration
[JsonProperty("path")]
public virtual IList<string> Path { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |